GNU bug report logs -
#78452
[PATCH] gnu: emacs-org-rss-publishing: Update to 0.8.
Previous Next
To reply to this bug, email your comments to 78452 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, trev <at> trevdev.ca, guix-patches <at> gnu.org
:
bug#78452
; Package
guix-patches
.
(Fri, 16 May 2025 08:50:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Fabio Natali <me <at> fabionatali.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, trev <at> trevdev.ca, guix-patches <at> gnu.org
.
(Fri, 16 May 2025 08:50:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4374e1e630..6d841e3856 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")
base-commit: efac01f19b65d7d77a98bbfd57fe2073fb13064a
--
2.49.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.