aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--gn/packages/bioinformatics.scm9
2 files changed, 1 insertions, 10 deletions
diff --git a/VERSION b/VERSION
index 4758fc9..03ca788 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-9cc167fe30b17153bbc99a5ae62bb12a9967c9f7
+877792a6a707012a4f1abadbd36cf23436660bbb
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 3ee2934..b5ea52f 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -1257,15 +1257,6 @@ runApp(launch.browser=0, port=4206)~%\n"
(sha256
(base32 "0vxv6y8sg25yii106j6k55vc5z7n1l1y1nax49dgbarbrvk8cr2f"))))
(build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-source
- (lambda _
- (substitute* "setup.py"
- (("~=.*\"") "\"")
- ((">=1.73") ""))
- #t)))))
(inputs
`(("python-biopython" ,python-biopython)
("python-networkx" ,python-networkx)