diff options
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. |