about summary refs log tree commit diff
path: root/gn
diff options
context:
space:
mode:
authorErik Garrison2021-08-02 18:04:14 +0200
committerErik Garrison2021-08-02 18:04:14 +0200
commit2fd5cecd21288efa55d8e987af3abca94a79604b (patch)
tree138740c391fd78e1779379d0ad37feee0a7ef00a /gn
parent4fc3b330b2169680aab162e742abb349e802bf1e (diff)
downloadguix-bioinformatics-2fd5cecd21288efa55d8e987af3abca94a79604b.tar.gz
get bugfix in rs-handlegraph
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index b2950ee..55977bf 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -488,7 +488,7 @@ reads.")
              ;; TODO: Replace the hardcoded version with logic.
              (substitute* "Cargo.toml"
                (("\"0.7\"")
-                "{ version = \"0.7.0-alpha.7\" }"))
+                "{ version = \"0.7.0-alpha.9\" }"))
              #t)))))
     (inputs
      ;; rust-handlegraph@0.7 doesn't get picked up as a rust input.