GNU bug report logs - #68783
[PATCH] gnu: guile-yamlpp: Update to 0.3.

Previous Next

Package: guix-patches;

Reported by: Georgios Athanasiou <yorgath <at> gmail.com>

Date: Sun, 28 Jan 2024 17:23:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Georgios Athanasiou <yorgath <at> gmail.com>
To: 68783 <at> debbugs.gnu.org
Subject: [bug#68783] [PATCH] gnu: guile-yamlpp: Update to 0.3.
Date: Sun, 28 Jan 2024 17:38:16 +0200
* gnu/packages/guile-xyz.scm (guile-yamlpp): Update to 0.3.

Change-Id: I47e3e909cadc81219b8cb2bc32a86eccd73f7d4a
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 4c696a6823..04e368e205 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1853,7 +1853,7 @@ (define-public guile-xosd
 (define-public guile-yamlpp
   (package
     (name "guile-yamlpp")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method git-fetch)
@@ -1862,7 +1862,7 @@ (define-public guile-yamlpp
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14mlqi7hw7pi9scwk1g432issnqcn185pd8na2plijxq55cy0iq7"))))
+        (base32 "0ik69y0vddg0myp0zdbkmklma0qkkrqzwlqwkij1zirklz6hl1ss"))))
     (build-system gnu-build-system)
     (native-inputs (list autoconf automake libtool pkg-config))
     (inputs (list guile-3.0 yaml-cpp))

base-commit: 963a21bedcdb19c3a48af286b5b0cdcefa97fdb8
-- 
2.41.0





This bug report was last modified 1 year and 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.