me
/
guix
Archived
1
0
Fork 0

gnu: udiskie: Update to 2.4.2.

* gnu/packages/freedesktop.scm (udiskie): Update to 2.4.2.
  [phases]: Remove trailing #t.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
kiasoc5 2022-11-15 21:08:57 -05:00 committed by Guillaume Le Vaillant
parent 996f897cf1
commit 56c2afd29e
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 4 deletions

View File

@ -2161,14 +2161,14 @@ Python, that binds to the C library @code{uchardet} to increase performance.")
(define-public udiskie (define-public udiskie
(package (package
(name "udiskie") (name "udiskie")
(version "2.3.3") (version "2.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "udiskie" version)) (uri (pypi-uri "udiskie" version))
(sha256 (sha256
(base32 (base32
"0sagdmsc5km32h3jvgj843p8bicrrgfz26qhl04ibxmas6725zr0")))) "0z0gk8l6rv4np29kfdalmy4q3900005sxhjg0jz1aa8irdcsp1qz"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("asciidoc" ,asciidoc) `(("asciidoc" ,asciidoc)
@ -2195,8 +2195,7 @@ Python, that binds to the C library @code{uchardet} to increase performance.")
(let ((out (assoc-ref outputs "out")) (let ((out (assoc-ref outputs "out"))
(gi-typelib-path (getenv "GI_TYPELIB_PATH"))) (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
(wrap-program (string-append out "/bin/udiskie") (wrap-program (string-append out "/bin/udiskie")
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))) `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
#t)))))
(home-page "https://github.com/coldfix/udiskie") (home-page "https://github.com/coldfix/udiskie")
(synopsis "Automounter for removable media") (synopsis "Automounter for removable media")
(description (description