emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33245: closed ([PATCH] gnu: pelican: Update to 3.7


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33245: closed ([PATCH] gnu: pelican: Update to 3.7.1.)
Date: Sun, 04 Nov 2018 23:05:02 +0000

Your message dated Mon, 05 Nov 2018 00:04:36 +0100
with message-id <address@hidden>
and subject line Re: [bug#33245] [PATCH] gnu: pelican: Update to 3.7.1.
has caused the debbugs.gnu.org bug report #33245,
regarding [PATCH] gnu: pelican: Update to 3.7.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33245: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33245
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: pelican: Update to 3.7.1. Date: Fri, 02 Nov 2018 14:07:04 -0700
* 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: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#33245] [PATCH] gnu: pelican: Update to 3.7.1. Date: Mon, 05 Nov 2018 00:04:36 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Vagrant Cascadian <address@hidden> skribis:

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

Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]