gnu: emacs-jarchive: Update to 0.11.0.

* gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.11.0.

Change-Id: Ia0b5b5b48cda6127631163980f81979ce77dd980
This commit is contained in:
Nicolas Goaziou 2023-11-08 13:25:15 +01:00
parent ffa08b3e5e
commit a43c6fbd16
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")