guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: libsecret: Update to 0.18.3.


From: Efraim Flashner
Subject: 02/04: gnu: libsecret: Update to 0.18.3.
Date: Wed, 09 Dec 2015 21:12:44 +0000

efraim pushed a commit to branch master
in repository guix.

commit 896dcbc77c5949969d603fc05281d7ae5b9d84bf
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 9 21:06:02 2015 +0200

    gnu: libsecret: Update to 0.18.3.
    
    * gnu/packages/gnome.scm (libsecret): Update to 0.18.3.
---
 gnu/packages/gnome.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e65ba87..6ac3e73 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2072,15 +2072,16 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.18")
+    (version "0.18.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "mirror://gnome/sources/libsecret/" version "/"
+                    "mirror://gnome/sources/libsecret/"
+                    (version-major+minor version) "/"
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qq29c01xxjyx5sl6y5h22w8r0ff4c73bph3gfx3h7mx5mvalwqc"))))
+                "1jc4pw6pb5igwasj0ms1zx80w63c11myziz3ydj0cr5lb861vgzj"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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