me
/
guix
Archived
1
0
Fork 0

gnu: python-pygithub: Update to 1.55.

* gnu/packages/python-xyz.scm (python-pygithub): Update to 1.55.
  [propagated-inputs]: Add python-pynacl.
Hartmut Goebel 2022-07-21 22:08:43 +02:00
parent ead37cb685
commit 84de0e3175
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 3 additions and 3 deletions

View File

@ -4589,7 +4589,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.54.1") (version "1.55")
(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.
@ -4600,7 +4600,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 "1nl74bp5ikdnrc8xq0qr25ryl1mvarf0xi43k8w5jzlrllhq0nkq")))) (base32 "082bxffpy4h97dsay3l75cpgfjj10kywkvicnm6xscwvah285q9y"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -4612,7 +4612,7 @@ to deprecate classes, functions or methods.")
#t))))) #t)))))
(propagated-inputs (propagated-inputs
(list python-cryptography python-deprecated python-pyjwt (list python-cryptography python-deprecated python-pyjwt
python-requests)) python-pynacl python-requests))
(native-inputs (native-inputs
(list python-httpretty python-pytest)) (list python-httpretty python-pytest))
(home-page "https://pygithub.readthedocs.io/en/latest/") (home-page "https://pygithub.readthedocs.io/en/latest/")