[PATCH 4/5] gnu: libcyaml: Update to 1.3.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexandros Theodotou
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Alexandros Theodotou
Severity
normal
Merged with

Debbugs page

Alexandros Theodotou wrote 3 years ago
(address . guix-patches@gnu.org)(name . Alexandros Theodotou)(address . alex@zrythm.org)
20220409005346.69279-4-alex@zrythm.org
* gnu/packages/serialization.scm (libcyaml): Update to 1.3.1.
---
gnu/packages/serialization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
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@tobias.gr>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
-;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org>
+;;; Copyright © 2020, 2022 Alexandros Theodotou <alex@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
Liliana Marie Prikler wrote 3 years ago
(address . control@debbugs.gnu.org)
48479468a8115ac746ddfbee5a0d277c32f8f965.camel@gmail.com
merge 54805 54806 54807 54808 54809
thanks
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54808@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54808
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help