mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-ares-rs: Update to 0.9.1.
* gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.1.
This commit is contained in:
parent
fe86819d8b
commit
6ab242609d
1 changed files with 2 additions and 2 deletions
|
@ -1106,7 +1106,7 @@ (define-public guile-scheme-json-rpc
|
|||
(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 @@ (define-public guile-ares-rs
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jl4k54ydi1qxdvif4di0ri5jznlfc2gg1qhs94bhk4y22k0gp8c"))))
|
||||
"173jg8z0cwq5r67lzxsmyir5f6cxd9i5gzb3qryq71cqq4h1c77n"))))
|
||||
(build-system guile-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue