mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: bedops: Update to 2.4.14.
* gnu/packages/bioinformatics.scm (bedops): Update to 2.4.14.
This commit is contained in:
parent
6178d94706
commit
1bbc3b1d2c
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ (define-public bamtools
|
|||
(define-public bedops
|
||||
(package
|
||||
(name "bedops")
|
||||
(version "2.4.5")
|
||||
(version "2.4.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/bedops/bedops/archive/v"
|
||||
|
@ -95,7 +95,7 @@ (define-public bedops
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wmg6j0icimlrnsidaxrzf3hfgjvlkkcwvpdg7n4gg7hdv2m9ni5"))))
|
||||
"1kqbac547wyqma81cyky9n7mkgikjpsfd3nnmcm6hpqwanqgh10v"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue