[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: udiskie: Update to 2.4.2.
From: |
guix-commits |
Subject: |
08/08: gnu: udiskie: Update to 2.4.2. |
Date: |
Wed, 16 Nov 2022 04:54:17 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 56c2afd29e75fbf44bcd6407028674f845c5d6b5
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Tue Nov 15 21:08:57 2022 -0500
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>
---
gnu/packages/freedesktop.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8574864598..d74d6aa935 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2161,14 +2161,14 @@ Python, that binds to the C library @code{uchardet} to
increase performance.")
(define-public udiskie
(package
(name "udiskie")
- (version "2.3.3")
+ (version "2.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "udiskie" version))
(sha256
(base32
- "0sagdmsc5km32h3jvgj843p8bicrrgfz26qhl04ibxmas6725zr0"))))
+ "0z0gk8l6rv4np29kfdalmy4q3900005sxhjg0jz1aa8irdcsp1qz"))))
(build-system python-build-system)
(native-inputs
`(("asciidoc" ,asciidoc)
@@ -2195,8 +2195,7 @@ Python, that binds to the C library @code{uchardet} to
increase performance.")
(let ((out (assoc-ref outputs "out"))
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
(wrap-program (string-append out "/bin/udiskie")
- `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
- #t)))))
+ `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))))
(home-page "https://github.com/coldfix/udiskie")
(synopsis "Automounter for removable media")
(description
- branch master updated (706a916056 -> 56c2afd29e), guix-commits, 2022/11/16
- 01/08: gnu: Add cl-closure-template., guix-commits, 2022/11/16
- 05/08: gnu: Add cl-infix-math., guix-commits, 2022/11/16
- 06/08: gnu: Add cl-random-sample., guix-commits, 2022/11/16
- 07/08: gnu: microscheme: Update to 0.9.4., guix-commits, 2022/11/16
- 02/08: gnu: Add cl-flamegraph., guix-commits, 2022/11/16
- 04/08: gnu: Add cl-wu-decimal., guix-commits, 2022/11/16
- 08/08: gnu: udiskie: Update to 2.4.2.,
guix-commits <=
- 03/08: gnu: Add cl-moira., guix-commits, 2022/11/16