gnu: emacs-elfeed-protocol: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.8.1.
parent
b5d81028c0
commit
8fa40bf0ed
|
@ -11011,7 +11011,7 @@ much easier.")
|
||||||
(define-public emacs-elfeed-protocol
|
(define-public emacs-elfeed-protocol
|
||||||
(package
|
(package
|
||||||
(name "emacs-elfeed-protocol")
|
(name "emacs-elfeed-protocol")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11020,7 +11020,7 @@ much easier.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07r1qlldgd0kfikd0y737y5n42ab3nkw2s5jx7frimj41yandbdp"))))
|
(base32 "0k9rkghp9rg7aidmx7q0n4wpb9z5cwr7j8z167yzaqgf9s3y4jj2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-elfeed))
|
(list emacs-elfeed))
|
||||||
|
|
Reference in New Issue