This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b6adefc50d gnu: udiskie: Update to 2.6.0.
b6adefc50d is described below

commit b6adefc50d1ecb2bcae7a596cf9aa6f4674cb618
Author: Patrick Norton <[email protected]>
AuthorDate: Fri Jan 9 17:46:57 2026 -0500

    gnu: udiskie: Update to 2.6.0.
    
    * gnu/packages/freedesktop.scm (udiskie): Update to 2.6.0.
    
    Merges guix/guix!5508
    
    Change-Id: I98127279cc9db1e7ec772568ad3da16a5c67f859
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 3c4e28525b..498c8f90dc 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2856,7 +2856,7 @@ to the C library @code{uchardet} to increase 
performance.")
 (define-public udiskie
   (package
     (name "udiskie")
-    (version "2.5.8")
+    (version "2.6.0")
     (source
      (origin
        (method git-fetch)
@@ -2865,7 +2865,7 @@ to the C library @code{uchardet} to increase 
performance.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ccp55fgmcc4fsd7jsqla6k1m6v8zkn03i4axw446zh2nzxpanhl"))))
+        (base32 "0adj4ssl9zvq7vync9qznnlqhvx531nl4pg236app4d26j7iza35"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to