me
/
guix
Archived
1
0
Fork 0

gnu: libostree: Update to 2022.5.

* gnu/packages/package-management.scm (libostree): Update to 2022.5.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:01 +02:00
parent 986df4ec0f
commit bd756d9c15
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1823,7 +1823,7 @@ for packaging and deployment of cross-compiled Windows applications.")
(define-public libostree (define-public libostree
(package (package
(name "libostree") (name "libostree")
(version "2022.3") (version "2022.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1831,7 +1831,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 "04pn4ibak8k7qlm0722im5ng8gyn1r5y5ggyz75ca0smrnfzs8xq")))) (base32 "0gq53g601x09gc4ips6n3zmmdaz8zyv235xf63fxf4f17fclsk4i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases