diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-07-27 22:43:07 +0800 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-12 08:31:23 +0100 |
commit | 8294f45dfc849f3006ea362ce754d04c5ecf89db (patch) | |
tree | 72400b2e092c486c01092601665e7b00514def39 /gnu | |
parent | d6ad06cd6c9d96735aea5fe98c7dbf27adec25db (diff) | |
download | guix-8294f45dfc849f3006ea362ce754d04c5ecf89db.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8968325e83..9500751a96 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -19134,7 +19134,7 @@ coordinates between different assemblies.") (define-public python-cgatcore (package (name "python-cgatcore") - (version "0.6.14") + (version "0.6.15") ;; The version of pypi does not include test data. (source (origin (method git-fetch) @@ -19144,7 +19144,7 @@ coordinates between different assemblies.") (file-name (git-file-name name version)) (sha256 (base32 - "0fjjaski39j8b7v21wldmbwwsfhicngajah7n4skafi56kdck33p")))) + "103hpdnkqr3a34blbicshk56j36g652s0g1zi9isppc5dngn0s18")))) (build-system pyproject-build-system) (arguments (list |