GNU bug report logs - #76056
[PATCH] gnu: emacs-yaml: Update to 1.1.0.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Tue, 4 Feb 2025 20:41:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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: Tomas Volf <~@wolfsden.cz>
Subject: bug#76056: closed (Close)
Date: Wed, 05 Feb 2025 12:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76056: [PATCH] gnu: emacs-yaml: Update to 1.1.0.

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 76056 <at> debbugs.gnu.org.

-- 
76056: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76056
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 76056-done <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: Close
Date: Wed, 5 Feb 2025 13:26:25 +0100
Pushed, thanks for the patch and the review!

Andreas


[Message part 3 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: emacs-yaml: Update to 1.1.0.
Date: Tue,  4 Feb 2025 21:40:37 +0100
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 1.1.0.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e50622195b..74dedeb7cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16789,7 +16789,7 @@ (define-public emacs-ido-ubiquitous
 (define-public emacs-yaml
   (package
     (name "emacs-yaml")
-    (version "0.5.5")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -16798,7 +16798,7 @@ (define-public emacs-yaml
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qq9jr1ihk1b5wfvppyvb8c2pq2gma9wysggd22iln4nqz2mjc81"))))
+        (base32 "1wbsmfnrbbsdsp5xnn3rmk7cws7ri9kn309ii4dnihjbr8s865jh"))))
     (build-system emacs-build-system)
     (arguments
      (list
-- 
2.47.1




This bug report was last modified 156 days ago.

Previous Next


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