diff options
author | Erik Garrison | 2021-08-02 18:04:14 +0200 |
---|---|---|
committer | Erik Garrison | 2021-08-02 18:04:14 +0200 |
commit | 2fd5cecd21288efa55d8e987af3abca94a79604b (patch) | |
tree | 138740c391fd78e1779379d0ad37feee0a7ef00a /gn | |
parent | 4fc3b330b2169680aab162e742abb349e802bf1e (diff) | |
download | guix-bioinformatics-2fd5cecd21288efa55d8e987af3abca94a79604b.tar.gz |
get bugfix in rs-handlegraph
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
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. |