gnu: python-gitdb: Update to 4.0.2.

* gnu/packages/version-control.scm (python-gitdb): Update to 4.0.2.
[source]: Correct the PyPI URL to refer to the actual gitdb package, not a
mirror.  This mirror had a problematic setup.py install requirement that
required gitdb>=4.0.1, which would cause run time errors when using snakemake.
This commit is contained in:
Maxim Cournoyer 2020-03-02 15:20:30 -05:00
parent 357af7f283
commit cbe4272e6f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -880,13 +880,13 @@ (define-public python2-ghp-import
(define-public python-gitdb
(package
(name "python-gitdb")
(version "2.0.4")
(version "4.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "gitdb2" version))
(uri (pypi-uri "gitdb" version))
(sha256
(base32
"0i608q9c47rdsmyac1cn6s0hzwwj7cb957y8fc9wacc5lnw8ak5v"))))
"0l113fphn6msjl3cl3kyf332b6lal7daxdd0nfma0x9ipfb013jr"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases