aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorEfraim Flashner2020-06-25 13:44:32 +0300
committerEfraim Flashner2020-06-25 13:44:32 +0300
commit5d9a14c032026f7b9a77c1bcb86a5f86d1991a6a (patch)
tree8886406358d73fb13be61979a848577dab8c1cb0 /gn/packages/bioinformatics.scm
parenta81fa9577474254cbf99105ac4ec9b10d7ccf0dd (diff)
downloadguix-bioinformatics-5d9a14c032026f7b9a77c1bcb86a5f86d1991a6a.tar.gz
gn: rust-gfa: Update to 0.2.2.
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r--gn/packages/bioinformatics.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index b38016a..d4c6e00 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -1309,7 +1309,7 @@ available to other researchers.")
(define-public rust-gfa
(package
(name "rust-gfa")
- (version "0.2.1")
+ (version "0.2.2")
(source
(origin
(method url-fetch)
@@ -1318,15 +1318,14 @@ available to other researchers.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "06j22lmlxrcyc1lzpjyls3sa9v75wx5a604856lybmsswikihh0s"))))
+ "1w9rybwyfx6gnp1nr8yc18sif3ynankx2r5qnbjfy8bxw1mcslg0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-nom" ,rust-nom-5))))
(home-page "https://github.com/chfi/rs-gfa")
- (synopsis
- "Library for working with graphs in the GFA (Graphical Fragment Assembly) format")
+ (synopsis "Library for working with graphs in the GFA format")
(description
"This package provides a Rust library for working with graphs in the
@dfn{Graphical Fragment Assembly} (GFA) format.")