guix-commits
[Top][All Lists]
Advanced

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

30/40: gnu: emacs-jarchive: Update to 0.11.0.


From: guix-commits
Subject: 30/40: gnu: emacs-jarchive: Update to 0.11.0.
Date: Wed, 8 Nov 2023 09:31:05 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a43c6fbd167dac2c931e8811e0c212164c1ca11f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 8 13:25:15 2023 +0100

    gnu: emacs-jarchive: Update to 0.11.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.11.0.
    
    Change-Id: Ia0b5b5b48cda6127631163980f81979ce77dd980
---
 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 69ec943479..8955bbe1c2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19447,7 +19447,7 @@ more information.")
 (define-public emacs-jarchive
   (package
     (name "emacs-jarchive")
-    (version "0.10.0")
+    (version "0.11.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -19456,7 +19456,7 @@ more information.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hddjs4yj03cqppip1gsgmkhp3fmq9ggyf5wxx5k3m78cg7k1bl7"))))
+                "1v8a2bbjgkn95pxq8x9251znj03m5n0f6bngbf4a63pxa2il3r8n"))))
     (build-system emacs-build-system)
     (home-page "https://sr.ht/~dannyfreeman/jarchive";)
     (synopsis "Jarchive teaches Emacs how to navigate to files inside JARs")



reply via email to

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