unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33245] [PATCH] gnu: pelican: Update to 3.7.1.
@ 2018-11-02 21:07 Vagrant Cascadian
  2018-11-04 23:04 ` bug#33245: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2018-11-02 21:07 UTC (permalink / raw)
  To: 33245

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

* 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(-)

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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33245: [PATCH] gnu: pelican: Update to 3.7.1.
  2018-11-02 21:07 [bug#33245] [PATCH] gnu: pelican: Update to 3.7.1 Vagrant Cascadian
@ 2018-11-04 23:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-11-04 23:04 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 33245-done

Vagrant Cascadian <vagrant@debian.org> skribis:

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

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-04 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02 21:07 [bug#33245] [PATCH] gnu: pelican: Update to 3.7.1 Vagrant Cascadian
2018-11-04 23:04 ` bug#33245: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).