GNU bug report logs -
#54808
[PATCH 4/5] gnu: libcyaml: Update to 1.3.1.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/serialization.scm (libcyaml): Update to 1.3.1.
---
gnu/packages/serialization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 5cf39ac7f4..a9ba212c9d 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua <at> nextjournal.com>
;;; Copyright © 2020 Martin Becze <mjbecze <at> riseup.net>
-;;; Copyright © 2020 Alexandros Theodotou <alex <at> zrythm.org>
+;;; Copyright © 2020, 2022 Alexandros Theodotou <alex <at> zrythm.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -354,7 +354,7 @@ (define-public libyaml+static
(define-public libcyaml
(package
(name "libcyaml")
- (version "1.1.0")
+ (version "1.3.1")
(source
(origin
(method git-fetch)
@@ -364,7 +364,7 @@ (define-public libcyaml
(file-name (git-file-name name version))
(patches (search-patches "libcyaml-libyaml-compat.patch"))
(sha256
- (base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93"))))
+ (base32 "0gvf3h8r8300wdwfjgxw3nzlj7w14q63m67p8wdm5fvpha017n4y"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
--
2.35.1
This bug report was last modified 2 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.