mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: librsync: Update to 2.2.1.
* gnu/packages/rsync.scm (librsync): Update to 2.2.1.
This commit is contained in:
parent
6d29f6725d
commit
f3855bf634
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ (define-public rsync
|
||||||
(define-public librsync
|
(define-public librsync
|
||||||
(package
|
(package
|
||||||
(name "librsync")
|
(name "librsync")
|
||||||
(version "2.0.2")
|
(version "2.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -71,7 +71,7 @@ (define-public librsync
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qnr4rk93mhggqjh2025clmlhhgnjhq983p1vbh8i1g8aiqdnapi"))))
|
"08wdlxsa9zg2pyasz1lwg70d5psi4amv81v4yxwffx67ndzb9yp5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("popt" ,popt)))
|
`(("popt" ,popt)))
|
||||||
|
|
Loading…
Reference in a new issue