[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: python-gitdb: Update to 4.0.2.
From: |
guix-commits |
Subject: |
06/08: gnu: python-gitdb: Update to 4.0.2. |
Date: |
Mon, 2 Mar 2020 17:03:30 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit cbe4272e6fc10787bf826434adc2a9abfe845b78
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Mon Mar 2 15:20:30 2020 -0500
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.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index df160bc..35792a0 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -880,13 +880,13 @@ default) of the repository.")
(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
- branch master updated (1eee899 -> 1639e0b), guix-commits, 2020/03/02
- 02/08: gnu: python-colorama: Update to 0.4.3., guix-commits, 2020/03/02
- 01/08: gnu: Add python-wget., guix-commits, 2020/03/02
- 03/08: gnu: python-radon: Update to 4.1.0., guix-commits, 2020/03/02
- 04/08: gnu: python-xenon: Update to 0.7.0., guix-commits, 2020/03/02
- 07/08: gnu: python-gitpython: Update to 3.1.0., guix-commits, 2020/03/02
- 05/08: gnu: python-pyyaml: Update to 5.3., guix-commits, 2020/03/02
- 06/08: gnu: python-gitdb: Update to 4.0.2.,
guix-commits <=
- 08/08: gnu: python-smmap: Update to version 3.0.1, deprecate python-smmap2., guix-commits, 2020/03/02