guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-ares-rs: Update to 0.9.3.


From: guix-commits
Subject: 01/02: gnu: guile-ares-rs: Update to 0.9.3.
Date: Thu, 14 Mar 2024 04:31:53 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit bed706f1ff68ce6492eaaf756bca59c5fbdac4e3
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Thu Mar 14 11:21:37 2024 +0300

    gnu: guile-ares-rs: Update to 0.9.3.
    
    * gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.3.
    
    Change-Id: Iabe57fcb4f1947eb0908109333e4432b8e554cfe
---
 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 9d683199ac..008f9ae2a5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1117,7 +1117,7 @@ for calling methods on remote servers by exchanging JSON 
objects.")
 (define-public guile-ares-rs
   (package
     (name "guile-ares-rs")
-    (version "0.9.1")
+    (version "0.9.3")
     (source
      (origin
        (method git-fetch)
@@ -1127,7 +1127,7 @@ for calling methods on remote servers by exchanging JSON 
objects.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "173jg8z0cwq5r67lzxsmyir5f6cxd9i5gzb3qryq71cqq4h1c77n"))))
+         "021lg06c5lrp2j1qv8hl4jh4yq07k158h824kjv6b87bxqk7vq54"))))
     (build-system guile-build-system)
     (arguments
      (list



reply via email to

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