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:
parent
e63b31443b
commit
749e38d762
@ -2760,7 +2760,7 @@ to deprecate classes, functions or methods.")
|
|||||||
(define-public python-pygithub
|
(define-public python-pygithub
|
||||||
(package
|
(package
|
||||||
(name "python-pygithub")
|
(name "python-pygithub")
|
||||||
(version "1.43.7")
|
(version "1.43.8")
|
||||||
(source
|
(source
|
||||||
;; We fetch from the Git repo because there are no tests in the PyPI
|
;; We fetch from the Git repo because there are no tests in the PyPI
|
||||||
;; archive.
|
;; archive.
|
||||||
@ -2771,8 +2771,7 @@ to deprecate classes, functions or methods.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1625v558xga5mwhl9jqmibywy5qafmg1vqrirqz6zfq1la1d22mw"))))
|
||||||
"0ww92zz0ja9w6rw83vphmn8rwmcn6abg16j4q7zxjc0rrg2cfj9i"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user