guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-pygithub: Update to 1.43.8.


From: guix-commits
Subject: 01/03: gnu: python-pygithub: Update to 1.43.8.
Date: Wed, 16 Oct 2019 17:42:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 749e38d762364eeb121a74f5abf4893d0bcb670e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 16 21:14:31 2019 +0200

    gnu: python-pygithub: Update to 1.43.8.
    
    * gnu/packages/python-xyz.scm (python-pygithub): Update to 1.43.8.
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 57d5819..6a78b9d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2760,7 +2760,7 @@ to deprecate classes, functions or methods.")
 (define-public python-pygithub
   (package
     (name "python-pygithub")
-    (version "1.43.7")
+    (version "1.43.8")
     (source
      ;; We fetch from the Git repo because there are no tests in the PyPI
      ;; archive.
@@ -2771,8 +2771,7 @@ to deprecate classes, functions or methods.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0ww92zz0ja9w6rw83vphmn8rwmcn6abg16j4q7zxjc0rrg2cfj9i"))))
+        (base32 "1625v558xga5mwhl9jqmibywy5qafmg1vqrirqz6zfq1la1d22mw"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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