guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: udiskie: Update to 2.1.0.


From: guix-commits
Subject: 02/04: gnu: udiskie: Update to 2.1.0.
Date: Thu, 12 Mar 2020 05:10:36 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 034d9544e276600dc2d8434b47a240e38a178852
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Thu Mar 12 09:38:00 2020 +0100

    gnu: udiskie: Update to 2.1.0.
    
    * gnu/packages/freedesktop.scm (udiskie): Update to 2.1.0.
---
 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 02adf8e..5dbbcbd 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1593,14 +1593,14 @@ encoding names are iconv-compatible.")
 (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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]