Archived
1
0
Fork 0

gnu: librsync: Update to 2.3.2.

* gnu/packages/rsync.scm (librsync): Update to 2.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-11 16:30:10 +02:00
parent 2946a8c50c
commit 96feb7515e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2,7 +2,7 @@
;;; Copyright © 2012, 2013 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2012, 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Leo Famulari <leo@famulari.name> ;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; ;;;
@ -71,7 +71,7 @@ files in the destination.")
(define-public librsync (define-public librsync
(package (package
(name "librsync") (name "librsync")
(version "2.3.1") (version "2.3.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -80,7 +80,7 @@ files in the destination.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"131cd4asmpm4nskidzgiy8xibbnpibvvbq857a0pcky77min5g4z")))) "0bn29npmbw26akc6y54661irpdh6qcivcs6q48cgp3llklhhxp0q"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("popt" ,popt))) `(("popt" ,popt)))