gnu: minced: Update to 0.3.2.

* gnu/packages/bioinformatics.scm (minced): Update to 0.3.2.
This commit is contained in:
Ricardo Wurmus 2018-11-07 21:01:59 +01:00
parent 9d94ca0ebf
commit 6052264b56
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4110,7 +4110,7 @@ (define-public metabat
(define-public minced
(package
(name "minced")
(version "0.2.0")
(version "0.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4119,7 +4119,7 @@ (define-public minced
(file-name (git-file-name name version))
(sha256
(base32
"04qp70vawbbp0q5q4hp6vjcgzfhhdrdcaxkn58av9hj79p9gfq2q"))))
"1f5h9him0gd355cnx7p6pnxpknhckd4g0v62mg8zyhfbx9as25fv"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"