guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-daemon: Update to 0.1.3.


From: guix-commits
Subject: branch master updated: gnu: guile-daemon: Update to 0.1.3.
Date: Wed, 22 Jan 2020 12:33:37 -0500

This is an automated email from the git hooks/post-receive script.

alezost pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f975f82  gnu: guile-daemon: Update to 0.1.3.
f975f82 is described below

commit f975f82d055e655699e64128ca654bcffd5f0d96
Author: Alex Kost <address@hidden>
AuthorDate: Wed Jan 22 20:24:18 2020 +0300

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

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 58fab1a..b07599c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -418,7 +418,7 @@ Note that 8sync is only available for Guile 2.2.")
 (define-public guile-daemon
   (package
     (name "guile-daemon")
-    (version "0.1.2")
+    (version "0.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/alezost/"; name
@@ -426,7 +426,7 @@ Note that 8sync is only available for Guile 2.2.")
                                   "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0hh6gq6b6phpxm0b1dkxyzj3f4sxdf7dji63609lzypa5v1ad2gv"))))
+                "08gaqrgjlly9k5si72vvpbr4xhq5v52l5ma5y6a7spid5dd057cy"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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