From 4ea3d37f522afaf54464363bcd0d53035ede1f9b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 1 Jun 2022 15:23:42 +0530 Subject: 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. --- gn/packages/bioinformatics.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gn') 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")) -- cgit v1.2.3