guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: guile-ac-d-bus: Update to 1.0.0-beta.0.


From: guix-commits
Subject: 08/11: gnu: guile-ac-d-bus: Update to 1.0.0-beta.0.
Date: Sun, 10 May 2020 10:08:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 933fdd558b1981d2af8e28d028577ef668028975
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun May 10 15:34:54 2020 +0200

    gnu: guile-ac-d-bus: Update to 1.0.0-beta.0.
    
    * gnu/packages/guile-xyz.scm (guile-ac-d-bus): Update to 1.0.0-beta.0.
---
 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 db9c205..303b058 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3231,7 +3231,7 @@ and space linear in the size of the input text.")
 (define-public guile-ac-d-bus
   (package
     (name "guile-ac-d-bus")
-    (version "1.0.0-alpha.0")
+    (version "1.0.0-beta.0")
     (home-page "https://gitlab.com/weinholt/ac-d-bus/";)
     (source (origin
               (method git-fetch)
@@ -3241,7 +3241,7 @@ and space linear in the size of the input text.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05cbp7slmzrx4cib2liysk31laknqiycw9ckgn65fylgz6c2y5x9"))))
+                "0rl809qimhgz6b0rixakb42r2l4g53jr09a2g0s1hxgab0blz0kb"))))
     (build-system guile-build-system)
     (arguments
      `(#:implicit-inputs? #f                      ;needs nothing but Guile



reply via email to

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