emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54808: closed ([PATCH 4/5] gnu: libcyaml: Update to 1.3.1.)


From: GNU bug Tracking System
Subject: bug#54808: closed ([PATCH 4/5] gnu: libcyaml: Update to 1.3.1.)
Date: Tue, 14 Jun 2022 22:06:03 +0000

Your message dated Wed, 15 Jun 2022 00:05:44 +0200
with message-id <871qvqx5mv.fsf@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@gnu.org.)


-- 
54805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54805
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 4/5] gnu: libcyaml: Update to 1.3.1. Date: Sat, 9 Apr 2022 00:53:45 +0000
* 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@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0. Date: Wed, 15 Jun 2022 00:05:44 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi Alexandros,

Alexandros Theodotou <alex@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]