me
/
guix
Archived
1
0
Fork 0

gnu: guile-ares-rs: Update to 0.9.5.

* gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.5.

Change-Id: Ib64c111ffbdf83b385366512a18d0ab621448531
master
Andrew Tropin 2024-05-27 17:05:00 +04:00
parent 8bafca6f26
commit 303eadf2a5
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 3 additions and 3 deletions

View File

@ -1149,7 +1149,7 @@ for calling methods on remote servers by exchanging JSON objects.")
(define-public guile-ares-rs
(package
(name "guile-ares-rs")
(version "0.9.4")
(version "0.9.5")
(source
(origin
(method git-fetch)
@ -1159,11 +1159,11 @@ for calling methods on remote servers by exchanging JSON objects.")
(file-name (git-file-name name version))
(sha256
(base32
"0ksj39ka8n7cbsqf56z67hyk2jcjz6zlkgnbdrqa9kp95p47xp41"))))
"06fc5kbcniysqixadi54vv96hy8l4wx6hqcii134fkb1d93078lq"))))
(build-system guile-build-system)
(arguments
(list
#:source-directory "src"))
#:source-directory "src/guile"))
;; Remove guile-next dependency, when guile package get custom text port
(inputs `(("guile" ,guile-next)))
(propagated-inputs (list guile-fibers))