mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: libostree: Update to 2021.6.
* gnu/packages/package-management.scm (libostree): Update to 2021.6.
This commit is contained in:
parent
93d1f8e5fc
commit
4d41c3beef
1 changed files with 2 additions and 2 deletions
|
@ -1528,7 +1528,7 @@ for packaging and deployment of cross-compiled Windows applications.")
|
||||||
(define-public libostree
|
(define-public libostree
|
||||||
(package
|
(package
|
||||||
(name "libostree")
|
(name "libostree")
|
||||||
(version "2021.3")
|
(version "2021.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1536,7 +1536,7 @@ for packaging and deployment of cross-compiled Windows applications.")
|
||||||
"https://github.com/ostreedev/ostree/releases/download/v"
|
"https://github.com/ostreedev/ostree/releases/download/v"
|
||||||
(version-major+minor version) "/libostree-" version ".tar.xz"))
|
(version-major+minor version) "/libostree-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cyhr3s7xsgnsais5m4cjwdwcq46naf25r1k042c4n1y1jgs798g"))))
|
(base32 "0cgmnjf4mr4wn4fliq6ncs0q9qwblrlizjfhx57p7m332g5k21p8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue