mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: libostree: Update to 2020.3.
* gnu/packages/package-management.scm (libostree): Update to 2020.3.
This commit is contained in:
parent
cb427e7e84
commit
77ca6fb316
1 changed files with 2 additions and 2 deletions
|
@ -990,7 +990,7 @@ (define-public msitools
|
||||||
(define-public libostree
|
(define-public libostree
|
||||||
(package
|
(package
|
||||||
(name "libostree")
|
(name "libostree")
|
||||||
(version "2020.2")
|
(version "2020.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -998,7 +998,7 @@ (define-public libostree
|
||||||
(version-major+minor version) "/libostree-" version ".tar.xz"))
|
(version-major+minor version) "/libostree-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bbk0sg4m38g7j00hy358p2azxas87minpgz3avwma6jsylj1qjg"))))
|
"01cch4as23xspq6pck59al7x5jj60wl21g8p3iqbdxcjl1p3jxsq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue