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 049abf7db8 gnu: udiskie: Update to 2.6.1.
049abf7db8 is described below
commit 049abf7db8b74435c3e267857c3f8309244fe6d4
Author: Acid Bong <[email protected]>
AuthorDate: Fri Feb 6 09:49:33 2026 +0000
gnu: udiskie: Update to 2.6.1.
Remove python-pyxdg from inputs, as it was removed by the upstream back
in 2.2.0, see:
<https://github.com/coldfix/udiskie/blob/master/CHANGES.rst#220>.
* gnu/packages/freedesktop.scm (udiskie): Update to 2.6.1.
[inputs]: Remove python-pyxdg.
Change-Id: I2cdd651a00ae49314f3ee2705a39e5008dab0d58
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/freedesktop.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index c45975ba0f..5434714275 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.6.0")
+ (version "2.6.1")
(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 "0adj4ssl9zvq7vync9qznnlqhvx531nl4pg236app4d26j7iza35"))))
+ (base32 "0ngr8sdzd32mxamzfh82ar8m40z52lx91339b7dq3in0cr5r1ynp"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2892,7 +2892,6 @@ to the C library @code{uchardet} to increase
performance.")
python-docopt
python-keyutils
python-pygobject
- python-pyxdg
python-pyyaml
udisks))
(home-page "https://github.com/coldfix/udiskie")