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
|
(define-public guile-ares-rs
|
||||||
(package
|
(package
|
||||||
(name "guile-ares-rs")
|
(name "guile-ares-rs")
|
||||||
(version "0.9.0")
|
(version "0.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1116,7 +1116,7 @@ (define-public guile-ares-rs
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jl4k54ydi1qxdvif4di0ri5jznlfc2gg1qhs94bhk4y22k0gp8c"))))
|
"173jg8z0cwq5r67lzxsmyir5f6cxd9i5gzb3qryq71cqq4h1c77n"))))
|
||||||
(build-system guile-build-system)
|
(build-system guile-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue