guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-srht: Update to 0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-srht: Update to 0.4.
Date: Sun, 19 Nov 2023 07:57:40 -0500

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 761810d32a gnu: emacs-srht: Update to 0.4.
761810d32a is described below

commit 761810d32a0550912b5bb36a0c9f60141bcb7d20
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Sun Nov 19 12:45:11 2023 +0100

    gnu: emacs-srht: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-srht): Update to 0.4.
    
    Change-Id: Id2c7d9a707040cab6b294bd6db21a38c9a4389ae
    Signed-off-by: jgart <jgart@dismail.de>
---
 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 fd965600c8..90fe9fceeb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27115,7 +27115,7 @@ them in your web browser.")
 (define-public emacs-srht
   (package
     (name "emacs-srht")
-    (version "0.2")
+    (version "0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -27124,7 +27124,7 @@ them in your web browser.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10271yp9w9z27gjjpb7bnsqcrhqyvggrbmic6x1nlrn06vin1qkz"))))
+                "1kwc792r0kmnb7xhmggjgs8ii14c2rng9ci2k2zwy2zxqm0bynns"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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