GNU bug report logs - #54805
[PATCH 1/5] gnu: libadwaita: Update to 1.1.0.

Previous Next

Package: guix-patches;

Reported by: Alexandros Theodotou <alex <at> zrythm.org>

Date: Sat, 9 Apr 2022 00:55:02 UTC

Severity: normal

Tags: patch

Merged with 54806, 54807, 54808, 54809

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Alexandros Theodotou <alex <at> zrythm.org>
Subject: bug#54808: closed (Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update
 to 5.0.0.)
Date: Tue, 14 Jun 2022 22:06:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54808 <at> debbugs.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)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Alexandros Theodotou <alex <at> zrythm.org>
Cc: 54809-done <at> debbugs.gnu.org, 54805-done <at> debbugs.gnu.org
Subject: Re: bug#54809: [PATCH 5/5] gnu: rtmidi: Update to 5.0.0.
Date: Wed, 15 Jun 2022 00:05:44 +0200
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’.

[Message part 3 (message/rfc822, inline)]
From: Alexandros Theodotou <alex <at> zrythm.org>
To: guix-patches <at> gnu.org
Cc: Alexandros Theodotou <alex <at> zrythm.org>
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 <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.