me
/
guix
Archived
1
0
Fork 0

gnu: libostree: Update to 2021.6.

* gnu/packages/package-management.scm (libostree): Update to 2021.6.
master
Maxim Cournoyer 2021-11-23 23:45:36 -05:00
parent 93d1f8e5fc
commit 4d41c3beef
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1528,7 +1528,7 @@ for packaging and deployment of cross-compiled Windows applications.")
(define-public libostree
(package
(name "libostree")
(version "2021.3")
(version "2021.6")
(source
(origin
(method url-fetch)
@ -1536,7 +1536,7 @@ for packaging and deployment of cross-compiled Windows applications.")
"https://github.com/ostreedev/ostree/releases/download/v"
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
(base32 "1cyhr3s7xsgnsais5m4cjwdwcq46naf25r1k042c4n1y1jgs798g"))))
(base32 "0cgmnjf4mr4wn4fliq6ncs0q9qwblrlizjfhx57p7m332g5k21p8"))))
(build-system gnu-build-system)
(arguments
'(#:phases