guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-podcastparser: Update to 0.6.5.


From: guix-commits
Subject: 03/03: gnu: python-podcastparser: Update to 0.6.5.
Date: Tue, 14 Apr 2020 11:38:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d94271f9ca68062435c35f788dcb22483b38ef31
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Apr 14 17:17:42 2020 +0200

    gnu: python-podcastparser: Update to 0.6.5.
    
    * gnu/packages/gpodder.scm (python-podcastparser): Update to 0.6.5.
---
 gnu/packages/gpodder.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 8bf69c6..02aef3e 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019, 2020 Pierre Langlois <address@hidden>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -167,14 +168,13 @@ downloading episode status changes.")
 (define-public python-podcastparser
   (package
     (name "python-podcastparser")
-    (version "0.6.4")
+    (version "0.6.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "podcastparser" version))
        (sha256
-        (base32
-         "1ksj1gcmbnm5i43xhpqxbs2mqi6xzawwwkwbh9h6lwa1wxxvv247"))))
+        (base32 "0k62ppg20i41gcc5x8ddjn7zbpy47hqpxzrq9257g2c71m4qw07b"))))
     (native-inputs
      `(("python-nose" ,python-nose)))
     (build-system python-build-system)



reply via email to

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