guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: udisks: Update to 2.1.8.


From: Marius Bakke
Subject: 02/02: gnu: udisks: Update to 2.1.8.
Date: Sun, 27 Nov 2016 10:15:51 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 988e1dca4b61ed5ddf77bd2913b8c0ff4a6b24e7
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 27 11:13:50 2016 +0100

    gnu: udisks: Update to 2.1.8.
    
    * gnu/packages/freedesktop.scm (udisks): Update to 2.1.8.
    [home-page]: Use HTTPS.
---
 gnu/packages/freedesktop.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 16d7860..fb7b82e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -451,14 +451,14 @@ Analysis and Reporting Technology) functionality.")
 (define-public udisks
   (package
     (name "udisks")
-    (version "2.1.7")
+    (version "2.1.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://udisks.freedesktop.org/releases/";
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "119pr2zbff8vkwlhghim7d7ir24c1dil9hp4q49wm4f6pnrjpbmb"))))
+                "1nkxhnqh39c9pzvm4zfj50rgv6apqawdx09bv3sfaxrah4a6jhfs"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("docbook-xml" ,docbook-xml-4.3) ; to build the manpages
@@ -526,7 +526,7 @@ Analysis and Reporting Technology) functionality.")
                     "/run/current-system/profile/bin"
                     "/run/current-system/profile/sbin")))
                #t))))))
-    (home-page "http://www.freedesktop.org/wiki/Software/udisks/";)
+    (home-page "https://www.freedesktop.org/wiki/Software/udisks/";)
     (synopsis "Disk manager service")
     (description
      "UDisks provides interfaces to enumerate and perform operations on disks



reply via email to

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