all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59295] [PATCH] gnu: udiskie: Update to 2.4.2.
@ 2022-11-16  2:08 kiasoc5 via Guix-patches via
  2022-11-16  9:59 ` bug#59295: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-16  2:08 UTC (permalink / raw)
  To: 59295; +Cc: kiasoc5

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59295: [PATCH] gnu: udiskie: Update to 2.4.2.
  2022-11-16  2:08 [bug#59295] [PATCH] gnu: udiskie: Update to 2.4.2 kiasoc5 via Guix-patches via
@ 2022-11-16  9:59 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-16  9:59 UTC (permalink / raw)
  To: kiasoc5; +Cc: 59295-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 56c2afd29e75fbf44bcd6407028674f845c5d6b5.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-16 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16  2:08 [bug#59295] [PATCH] gnu: udiskie: Update to 2.4.2 kiasoc5 via Guix-patches via
2022-11-16  9:59 ` bug#59295: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.