[bug#78452] gnu: emacs-org-rss-publishing: Update to 0.8.
Commit Message
Change-Id: I322c20b3ba8502820a9fc191e121404fbee9731b
---
Hi,
A little patch to update emacs-org-rss-publishing to the latest version (0.8).
I hope it looks ok.
Thanks, best wishes, Fabio.
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
base-commit: efac01f19b65d7d77a98bbfd57fe2073fb13064a
@@ -32046,11 +32046,11 @@ (define-public emacs-org-web-tools
(license license:gpl3+)))
(define-public emacs-org-rss-publishing
- (let ((commit "1b33dc252cfedfbb2107ea407266b168b71bebb1")
+ (let ((commit "7f7d1e0c2c777015b81362a3292a3c851b939913")
(revision "0"))
(package
(name "emacs-org-rss-publishing")
- (version (git-version "0.6" revision commit))
+ (version (git-version "0.8" revision commit))
(source
(origin
(method git-fetch)
@@ -32059,7 +32059,7 @@ (define-public emacs-org-rss-publishing
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0axz3r8jw15imhfmbriljsiaxiiqhgrq77nad3kmmgpmvhhlk65f"))))
+ (base32 "067rk9wdz2cnrmzn1058knhz6p28an8ybbgkfgmr4z872f63r2yy"))))
(build-system emacs-build-system)
(arguments `(#:tests? #false)) ;no tests
(home-page "https://git.sr.ht/~taingram/org-publish-rss")