[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: emacs-jarchive: Update to 0.10.0.
From: |
guix-commits |
Subject: |
07/07: gnu: emacs-jarchive: Update to 0.10.0. |
Date: |
Fri, 20 Jan 2023 18:06:02 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit eb5e0f2865fb837f3de00bd3aaec4ac636b2dd25
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 20 23:51:32 2023 +0100
gnu: emacs-jarchive: Update to 0.10.0.
* gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.10.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 c2a3cfae51..dc85764746 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17311,7 +17311,7 @@ one if it fails.")
(define-public emacs-jarchive
(package
(name "emacs-jarchive")
- (version "0.9.0")
+ (version "0.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -17320,7 +17320,7 @@ one if it fails.")
(file-name (git-file-name name version))
(sha256
(base32
- "0v1mz9z8dgxr4yj9p0wf0a748nlnvv2z0mrbkbqz7nsnw5djkimd"))))
+ "1hddjs4yj03cqppip1gsgmkhp3fmq9ggyf5wxx5k3m78cg7k1bl7"))))
(build-system emacs-build-system)
(home-page "https://sr.ht/~dannyfreeman/jarchive")
(synopsis "Jarchive teaches Emacs how to navigate to files inside JARs")
- branch master updated (2491a60404 -> eb5e0f2865), guix-commits, 2023/01/20
- 03/07: gnu: emacs-biblio: Update to 0.2-1.517ec18., guix-commits, 2023/01/20
- 05/07: gnu: emacs-auctex: Update to 13.1.8., guix-commits, 2023/01/20
- 06/07: gnu: emacs-inspector: Update to 0.14., guix-commits, 2023/01/20
- 01/07: gnu: emacs-org-present: Update to 0.1-1.4ec04e1., guix-commits, 2023/01/20
- 02/07: gnu: Add emacs-org-board., guix-commits, 2023/01/20
- 04/07: gnu: emacs-compat: Update to 29.1.2.0., guix-commits, 2023/01/20
- 07/07: gnu: emacs-jarchive: Update to 0.10.0.,
guix-commits <=