mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: aragorn: Update to 1.2.38.
* gnu/packages/bioinformatics.scm (aragorn): Update to 1.2.38.
This commit is contained in:
parent
57b94e9d8d
commit
e990c81d38
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@
|
|||
(define-public aragorn
|
||||
(package
|
||||
(name "aragorn")
|
||||
(version "1.2.37")
|
||||
(version "1.2.38")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -105,7 +105,7 @@
|
|||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1c7zxk0h8wsjbix82fmmfyywcq6zn3q9h5y67kcl5y3qal2bv2xr"))))
|
||||
"09i1rg716smlbnixfm7q1ml2mfpaa2fpn3hwjg625ysmfwwy712b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue