me
/
guix
Archived
1
0
Fork 0

gnu: libostree: Update to 2020.5.

* gnu/packages/package-management.scm (libostree): Update to 2020.5.
master
Tobias Geerinckx-Rice 2020-08-20 06:15:58 +02:00
parent b14a139c96
commit cecaa0b383
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1126,7 +1126,7 @@ for packaging and deployment of cross-compiled Windows applications.")
(define-public libostree
(package
(name "libostree")
(version "2020.4")
(version "2020.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -1134,7 +1134,7 @@ for packaging and deployment of cross-compiled Windows applications.")
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
(base32
"0s13cjrpx5r1dc9j9c9924zak45wl9nlbg9hiwgpsal80l92c39n"))))
"1k92177hjalbdpmg45ymwwrni68vh9rs5x9zvy5fzl9lng12fgpb"))))
(build-system gnu-build-system)
(arguments
'(#:phases