[PATCH] gnu: udiskie: Update to 2.4.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221116020857.24883-1-kiasoc5@disroot.org
* gnu/packages/freedesktop.scm (udiskie): Update to 2.4.2.
[phases]: Remove trailing #t.
---
gnu/packages/freedesktop.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Toggle diff (35 lines)
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 @@ (define-public python-cchardet
(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 @@ (define-public udiskie
(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

base-commit: 5512915c3bd62e061bd47d440da02e0826c1d0e7
--
2.38.1
Guillaume Le Vaillant wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 59295-done@debbugs.gnu.org)
8735aj2p9p.fsf@kitej
Patch pushed as 56c2afd29e75fbf44bcd6407028674f845c5d6b5.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY3S0kg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9w+QEAjvMLsy2bmoNrNUyhaFfDaof1qtZQbsYHeQRJ
QxPz2xQBAIseXhYaGAjvGkSqdtTlyGdNMXyk3U2shcU3zv1/o2N8
=oMvY
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59295@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59295
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help