GNU bug report logs -
#71968
[PATCH 0/4] fastfetch: Unbundle yyjson and package improvements
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Sat, 6 Jul 2024 07:28:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #59 received at 71968 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/c.scm (yyjson): Update to 0.10.0.
Change-Id: Id8be82026eb0d102272b1128cce80a5609d309d0
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index aa7b9fe35f..08e572aec6 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1734,7 +1734,7 @@ (define-public pcg-c
(define-public yyjson
(package
(name "yyjson")
- (version "0.9.0")
+ (version "0.10.0")
(source
(origin
(method git-fetch)
@@ -1743,7 +1743,7 @@ (define-public yyjson
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "169rqh7mh01g5j4qkqjgfmgnyqjf9r8qxiywf4jkgcb7ln4j64w9"))))
+ (base32 "0kmzgs24v0rxlibg4qwlm6yplzs96pgxb1gyviijhkra9z7lx7ws"))))
(arguments
(list
#:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON"
--
2.45.2
This bug report was last modified 125 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.