gnu: emacs-jarchive: Update to 0.10.0.

* gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.10.0.
This commit is contained in:
Nicolas Goaziou 2023-01-20 23:51:32 +01:00
parent 2470de4690
commit eb5e0f2865
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17311,7 +17311,7 @@ (define-public emacs-eglot
(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 @@ (define-public emacs-jarchive
(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")