guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: guile-xosd: Update to 0.2.1.


From: Alex Kost
Subject: 02/04: gnu: guile-xosd: Update to 0.2.1.
Date: Thu, 18 Aug 2016 08:03:50 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 4b2b7135b1cf4ca659182f08506837fcb21f50b4
Author: Alex Kost <address@hidden>
Date:   Thu Aug 18 01:22:29 2016 +0300

    gnu: guile-xosd: Update to 0.2.1.
    
    * gnu/packages/guile.scm (guile-xosd): Update to 0.2.1.
---
 gnu/packages/guile.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index f26cc22..159d007 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1129,7 +1129,7 @@ SQL databases.  This package implements the interface for 
SQLite.")
 (define-public guile-xosd
   (package
     (name "guile-xosd")
-    (version "0.2")
+    (version "0.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/alezost/"; name
@@ -1137,7 +1137,7 @@ SQL databases.  This package implements the interface for 
SQLite.")
                                   "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1j0b07kycccfslp5n6q0hz7adwc7k41fpzds2dvrly67gavjqljv"))))
+                "1ri5065c16kmgrf2pysn2ymxjqi5302lhpb07wkl1jr75ym8fn8p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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