guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-ares-rs: Update to 0.9.1.


From: guix-commits
Subject: branch master updated: gnu: guile-ares-rs: Update to 0.9.1.
Date: Sun, 17 Dec 2023 03:01:34 -0500

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

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6ab242609d gnu: guile-ares-rs: Update to 0.9.1.
6ab242609d is described below

commit 6ab242609daec00e8bd54f7bff54557c92695724
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Sun Dec 17 10:25:08 2023 +0300

    gnu: guile-ares-rs: Update to 0.9.1.
    
    * gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.1.
---
 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 fcaf788d37..462286ad30 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1106,7 +1106,7 @@ for calling methods on remote servers by exchanging JSON 
objects.")
 (define-public guile-ares-rs
   (package
     (name "guile-ares-rs")
-    (version "0.9.0")
+    (version "0.9.1")
     (source
      (origin
        (method git-fetch)
@@ -1116,7 +1116,7 @@ for calling methods on remote servers by exchanging JSON 
objects.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jl4k54ydi1qxdvif4di0ri5jznlfc2gg1qhs94bhk4y22k0gp8c"))))
+         "173jg8z0cwq5r67lzxsmyir5f6cxd9i5gzb3qryq71cqq4h1c77n"))))
     (build-system guile-build-system)
     (arguments
      (list



reply via email to

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