gnu: python-pygithub: Update to 1.43.8.

* gnu/packages/python-xyz.scm (python-pygithub): Update to 1.43.8.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-16 21:14:31 +02:00
parent e63b31443b
commit 749e38d762
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2760,7 +2760,7 @@ (define-public python-deprecated
(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 @@ (define-public python-pygithub
(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