gnu: python-cgatcore: Update to 0.6.15.
* gnu/packages/bioinformatics.scm (python-cgatcore): Update to 0.6.15. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d6ad06cd6c
commit
8294f45dfc
1 changed files with 2 additions and 2 deletions
|
@ -19134,7 +19134,7 @@ coordinates between different assemblies.")
|
||||||
(define-public python-cgatcore
|
(define-public python-cgatcore
|
||||||
(package
|
(package
|
||||||
(name "python-cgatcore")
|
(name "python-cgatcore")
|
||||||
(version "0.6.14")
|
(version "0.6.15")
|
||||||
;; The version of pypi does not include test data.
|
;; The version of pypi does not include test data.
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19144,7 +19144,7 @@ coordinates between different assemblies.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fjjaski39j8b7v21wldmbwwsfhicngajah7n4skafi56kdck33p"))))
|
"103hpdnkqr3a34blbicshk56j36g652s0g1zi9isppc5dngn0s18"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue