mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libostree: Update to 2023.5.
* gnu/packages/package-management.scm (libostree): Update to 2023.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
444cab7f05
commit
b696fb41bc
1 changed files with 2 additions and 2 deletions
|
@ -1921,7 +1921,7 @@ (define-public msitools
|
||||||
(define-public libostree
|
(define-public libostree
|
||||||
(package
|
(package
|
||||||
(name "libostree")
|
(name "libostree")
|
||||||
(version "2022.7")
|
(version "2023.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1929,7 +1929,7 @@ (define-public libostree
|
||||||
"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 "07s14awf9ynlp84s08dkbwj9i18g93y0yf0k87nbks4l3hkakqlb"))))
|
(base32 "056v7bz40dx8k2j2pfypc4shl6ijzvx1gy8r0kaw66py67xklndw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue