guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: python-feedgenerator: Update to 1.9.


From: Tobias Geerinckx-Rice
Subject: 07/11: gnu: python-feedgenerator: Update to 1.9.
Date: Tue, 21 Mar 2017 21:02:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d5c183d13479f40f8d1bd122e17db56e3a8ea6b0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 31 11:11:14 2017 +0100

    gnu: python-feedgenerator: Update to 1.9.
    
    * gnu/packages/python.scm (python-feedgenerator): Update to 1.9.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ef81ac2..60ce2ed 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3154,14 +3154,14 @@ augment the changelog, but it can be used for other 
documents, too.")
 (define-public python-feedgenerator
   (package
     (name "python-feedgenerator")
-    (version "1.8")
+    (version "1.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "feedgenerator" version))
        (sha256
         (base32
-         "0mkimp1fpdan4p3882vzcws4l594k71ich4g0wq97jbra7p602n0"))
+         "01mirwkm7xfx539hmvj7g9da1j51gw5lsx74dr0glizskjm5vq2s"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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