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

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

bug#68783: closed ([PATCH] gnu: guile-yamlpp: Update to 0.3.)


From: GNU bug Tracking System
Subject: bug#68783: closed ([PATCH] gnu: guile-yamlpp: Update to 0.3.)
Date: Mon, 05 Feb 2024 07:47:01 +0000

Your message dated Mon, 05 Feb 2024 15:46:05 +0800
with message-id <87plxb73r6.wl-hako@ultrarare.space>
and subject line Re: [bug#68783] [PATCH] gnu: guile-yamlpp: Update to 0.3.
has caused the debbugs.gnu.org bug report #68783,
regarding [PATCH] gnu: guile-yamlpp: Update to 0.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68783: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68783
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: guile-yamlpp: Update to 0.3. Date: Sun, 28 Jan 2024 17:38:16 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68783] [PATCH] gnu: guile-yamlpp: Update to 0.3. Date: Mon, 05 Feb 2024 15:46:05 +0800
Hi Georgios,

On Sun, 28 Jan 2024 23:38:16 +0800,
Georgios Athanasiou wrote:
>
> * 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(-)

Applied as 5a806face508cdfcd91e1eb1afb3ec38c002ec92, thanks!


--- End Message ---

reply via email to

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