me
/
guix
Archived
1
0
Fork 0

gnu: emacs-elfeed-protocol: Update to 0.9.0.

* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.9.0.
master
Nicolas Goaziou 2023-10-03 18:42:39 +02:00
parent c6f27febfc
commit d50278116d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -13972,7 +13972,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.1") (version "0.9.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13981,7 +13981,7 @@ much easier.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0k9rkghp9rg7aidmx7q0n4wpb9z5cwr7j8z167yzaqgf9s3y4jj2")))) (base32 "0cgq280gxw40vxn2pvax9k5k22gd1kwsjw4yl35206d3mb9wb0fa"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-elfeed)) (list emacs-elfeed))