mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
ffa08b3e5e
commit
a43c6fbd16
1 changed files with 2 additions and 2 deletions
|
@ -19447,7 +19447,7 @@ (define-public emacs-jabber
|
||||||
(define-public emacs-jarchive
|
(define-public emacs-jarchive
|
||||||
(package
|
(package
|
||||||
(name "emacs-jarchive")
|
(name "emacs-jarchive")
|
||||||
(version "0.10.0")
|
(version "0.11.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -19456,7 +19456,7 @@ (define-public emacs-jarchive
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hddjs4yj03cqppip1gsgmkhp3fmq9ggyf5wxx5k3m78cg7k1bl7"))))
|
"1v8a2bbjgkn95pxq8x9251znj03m5n0f6bngbf4a63pxa2il3r8n"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://sr.ht/~dannyfreeman/jarchive")
|
(home-page "https://sr.ht/~dannyfreeman/jarchive")
|
||||||
(synopsis "Jarchive teaches Emacs how to navigate to files inside JARs")
|
(synopsis "Jarchive teaches Emacs how to navigate to files inside JARs")
|
||||||
|
|
Loading…
Reference in a new issue