me
/
guix
Archived
1
0
Fork 0

gnu: emacs-zotxt: Update to 5.0.5.

* gnu/packages/emacs-xyz.scm (emacs-zotxt): Update to 5.0.5.
master
Nicolas Goaziou 2021-02-17 14:42:33 +01:00
parent 8df4a4beaf
commit fd654c47e8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -18578,16 +18578,16 @@ calendar.")
(define-public emacs-zotxt (define-public emacs-zotxt
(package (package
(name "emacs-zotxt") (name "emacs-zotxt")
(version "20180518") (version "5.0.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/egh/zotxt-emacs") (url "https://github.com/egh/zotxt-emacs")
(commit "23a4a9f74a658222027d53a9a83cd4bcc583ca8b"))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "09fq3w9yk9kn6bz7y9kgpiw612dvj3yzsdk734js6zgb0p8lfd2c")))) (base32 "1zr67h0w49rsi84mgf6jdili28h8782q6vjl8za0iq1hcx9zqxyf"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-deferred" ,emacs-deferred) `(("emacs-deferred" ,emacs-deferred)