diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-12 11:21:45 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-01-13 03:19:40 +0100 |
commit | 7f7907335d7f5c6d62d81673f1fa411aa69c33dd (patch) | |
tree | 721bfcfecf5374fa36ce78a0c0daf956f30ed39b /gnu | |
parent | 54bc89ffc188a6b895b4245b1b05a95a4ae1c24a (diff) |
gnu: python-cellbender: Update source hash.
The git tag was moved in-place from d82893c05b4e6b912f7f165dc2cd7c36f29cfc52
to d92cfc5a55c8b1771348468035993c52df975170.
* gnu/packages/bioinformatics.scm (python-cellbender)[source](sha256): Update.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index aff2f6dd9f..f151941ca6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -989,7 +989,7 @@ Format (GFF) with Biopython integration.") (file-name (git-file-name name version)) (sha256 (base32 - "12q22va7rbc3sx9ygc6p6hh6xw9wbqjmhba5h5gb836p5xplj5fa")))) + "0h9d9pznffdbya631hkk7b7jwjrgx5saqssar1d42qbyvdji3hgy")))) (build-system pyproject-build-system) (arguments (list #:tests? #false)) ;there are none |