guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: emacs-jarchive: Update to 0.9.0.


From: guix-commits
Subject: 07/09: gnu: emacs-jarchive: Update to 0.9.0.
Date: Sat, 10 Dec 2022 03:17:28 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0e8b8550cd2c999556ceb330e8bf65789785300c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 10 09:09:20 2022 +0100

    gnu: emacs-jarchive: Update to 0.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.9.0.
---
 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 febcba8203..a6d663de49 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16923,7 +16923,7 @@ one if it fails.")
 (define-public emacs-jarchive
   (package
     (name "emacs-jarchive")
-    (version "0.8.0")
+    (version "0.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -16932,7 +16932,7 @@ one if it fails.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1fi3y5kmy7ginyqg12q797bma638xmam7lrk74x6yhx84xgzb4fq"))))
+                "0v1mz9z8dgxr4yj9p0wf0a748nlnvv2z0mrbkbqz7nsnw5djkimd"))))
     (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]