GNU bug report logs -
#54805
[PATCH 1/5] gnu: libadwaita: Update to 1.1.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 15 Jun 2022 00:05:44 +0200
with message-id <871qvqx5mv.fsf <at> gnu.org>
and subject line Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0.
has caused the debbugs.gnu.org bug report #54805,
regarding [PATCH 4/5] gnu: libcyaml: Update to 1.3.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
54805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54805
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hi Alexandros,
Alexandros Theodotou <alex <at> zrythm.org> skribis:
> * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0.
[...]
> * gnu/packages/audio.scm (rtmidi): Update to 5.0.0.
I finally pushed these two patches (apologies for the delay). However,
I had to keep version 4.0 and use it for zrythm and milkytracker, which
would otherwise fail to build.
Thanks,
Ludo’.
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.