gnu: libostree: Update to 2021.3.
* gnu/packages/package-management.scm (libostree): Update to 2021.3.master
parent
a4ffe3d145
commit
9a10a8192b
|
@ -1306,7 +1306,7 @@ for packaging and deployment of cross-compiled Windows applications.")
|
||||||
(define-public libostree
|
(define-public libostree
|
||||||
(package
|
(package
|
||||||
(name "libostree")
|
(name "libostree")
|
||||||
(version "2021.2")
|
(version "2021.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1314,7 +1314,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 "0z2x9krnd6nblwq0nz99igzhh3yv022rn3hgcyrzci0xqzkhhh45"))))
|
(base32 "1cyhr3s7xsgnsais5m4cjwdwcq46naf25r1k042c4n1y1jgs798g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in New Issue