diff options
author | Arun Isaac | 2022-06-01 15:23:42 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-01 15:23:42 +0530 |
commit | 4ea3d37f522afaf54464363bcd0d53035ede1f9b (patch) | |
tree | 0ad2c5d9034fd124e01e2fcb922c09e051b5cddc /gn/packages/bioinformatics.scm | |
parent | fd8f6bf959fd73444bd337de9a36ed1660180a8d (diff) | |
download | guix-bioinformatics-4ea3d37f522afaf54464363bcd0d53035ede1f9b.tar.gz |
gnu: Add python-pytest-runner-2.
python-pytest-runner-2 has been removed from Guix upstream.
* gn/packages/bioinformatics.scm (python-pytest-runner-2): New
variable.
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index f81c7aa..3dc3898 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1484,6 +1484,17 @@ reads, also called read-based phasing or haplotype assembly. It is especially suitable for long reads, but works also well with short reads.") (license license:expat))) +(define-public python-pytest-runner-2 + (package + (inherit python-pytest-runner) + (version "2.12.2") + (source (origin + (method url-fetch) + (uri (pypi-uri "pytest-runner" version)) + (sha256 + (base32 + "11ivjj9hfphkv4yfb2g74av4yy86y8gcbf7gbif0p1hcdfnxg3w6")))))) + (define-public bh20-seq-resource (let ((commit "ae4cb3c2cf7103bbc84f52618bb755d7ce25775b") (revision "3")) |