mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: librsync: Update to 2.3.4.
* gnu/packages/rsync.scm (librsync): Update to 2.3.4. Change-Id: Idcaeb6debf7853e82f2a105e05c950e01f639b30
This commit is contained in:
@@ -77,7 +77,7 @@ files in the destination.")
|
|||||||
(define-public librsync
|
(define-public librsync
|
||||||
(package
|
(package
|
||||||
(name "librsync")
|
(name "librsync")
|
||||||
(version "2.3.2")
|
(version "2.3.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@@ -86,7 +86,7 @@ files in the destination.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bn29npmbw26akc6y54661irpdh6qcivcs6q48cgp3llklhhxp0q"))))
|
"07yd45r9fkgw55m47xh2aqgflagzw5kh2w764w5gv1jfrg5rn8vy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list popt))
|
(list popt))
|
||||||
|
|||||||
Reference in New Issue
Block a user