gnu: udiskie: Update to 2.1.0.

* gnu/packages/freedesktop.scm (udiskie): Update to 2.1.0.
This commit is contained in:
Guillaume Le Vaillant 2020-03-12 09:38:00 +01:00
parent 0aedcf4bc3
commit 034d9544e2
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1593,14 +1593,14 @@ (define-public uchardet
(define-public udiskie
(package
(name "udiskie")
(version "2.0.4")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "udiskie" version))
(sha256
(base32
"0gjjzz0k8dlsk03fl2882lbl88hbv031ww72qj02gr65yph0jqgc"))
"0smib8vbs9q37n7ynhzyw97q16fgdkcdw7fw69lci0xvyq00v1dz"))
;; Remove support for the libappindicator library of the
;; Unity desktop environment which is not in Guix.
(patches (search-patches "udiskie-no-appindicator.patch"))))