me
/
guix
Archived
1
0
Fork 0

gnu: libostree: Update to 2020.6.

* gnu/packages/package-management.scm (libostree): Update to 2020.6.
master
Tobias Geerinckx-Rice 2020-09-11 15:20:32 +02:00
parent 6bdc3b429a
commit 8812d9ac94
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 9 deletions

View File

@ -1148,15 +1148,15 @@ for packaging and deployment of cross-compiled Windows applications.")
(define-public libostree (define-public libostree
(package (package
(name "libostree") (name "libostree")
(version "2020.5") (version "2020.6")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method url-fetch)
"https://github.com/ostreedev/ostree/releases/download/v" (uri (string-append
(version-major+minor version) "/libostree-" version ".tar.xz")) "https://github.com/ostreedev/ostree/releases/download/v"
(sha256 (version-major+minor version) "/libostree-" version ".tar.xz"))
(base32 (sha256
"1k92177hjalbdpmg45ymwwrni68vh9rs5x9zvy5fzl9lng12fgpb")))) (base32 "0wk9fgj9jl25ns2hcgcb6j24k5mvfn13b02ka0p8l4hdh8c4hpc6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases