[PATCH] gnu: pelican: Update to 3.7.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87r2g32npj.fsf@aikidev.net
* gnu/packages/python.scm (pelican): Update to 3.7.1.
[home-page]: Use HTTPS URL.
---
gnu/packages/python.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 29b4a8e35..26c45a210 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2867,14 +2867,14 @@ interested parties to subscribe to events, or \"signals\".")
(define-public pelican
(package
(name "pelican")
- (version "3.6.3")
+ (version "3.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pelican" version))
(sha256
(base32
- "1hn94rb4q3zmcq16in055xikal4dba5hfx3zznq7warllcgc9f8k"))))
+ "12spygavv9b6xpb5pgp7f0p3z0mms60nx6zrpx1yfkj68zz4flra"))))
(build-system python-build-system)
(propagated-inputs
`(("python-feedgenerator" ,python-feedgenerator)
@@ -2887,7 +2887,7 @@ interested parties to subscribe to events, or \"signals\".")
("python-six" ,python-six)
("python-dateutil" ,python-dateutil)
("python-markdown" ,python-markdown)))
- (home-page "http://getpelican.com/")
+ (home-page "https://getpelican.com/")
(arguments
`(;; XXX Requires a lot more packages to do unit tests :P
#:tests? #f
--
2.19.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCW9y8eQAKCRDcUY/If5cW
qjblAP94GemsUL7Hq/q2mC8+AGw+w7oMSfnQs8Smgy2ywPm93gD/ZIL4HRhw1FfK
9kKhw1VSxativTMBhb93fUno8XghSwg=
=EsPV
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 33245-done@debbugs.gnu.org)
87d0rko35n.fsf@gnu.org
Vagrant Cascadian <vagrant@debian.org> skribis:

Toggle quote (3 lines)
> * gnu/packages/python.scm (pelican): Update to 3.7.1.
> [home-page]: Use HTTPS URL.

Applied, thanks!

Ludo'.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33245@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33245
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help