GNU bug report logs -
#58699
[PATCH] gnu: libostree: Update to 2022.6.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sat, 22 Oct 2022 02:31:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/package-management.scm (libostree): Update to 2022.6.
---
gnu/packages/package-management.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index a25f5c2b32..338c547fd4 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1849,7 +1849,7 @@ (define-public msitools
(define-public libostree
(package
(name "libostree")
- (version "2022.5")
+ (version "2022.6")
(source
(origin
(method url-fetch)
@@ -1857,7 +1857,7 @@ (define-public libostree
"https://github.com/ostreedev/ostree/releases/download/v"
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
- (base32 "0gq53g601x09gc4ips6n3zmmdaz8zyv235xf63fxf4f17fclsk4i"))))
+ (base32 "135dzxqzy19a8hkxm25mriy7zf72sbxz1mzzfw6a2d8bk9yz8pl3"))))
(build-system gnu-build-system)
(arguments
'(#:phases
base-commit: 863c228bfd53aac478eee46f6ee54d87fee9d764
--
2.38.0
This bug report was last modified 2 years and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.