gnu: r-maldiquant: Update to 1.22.
* gnu/packages/cran.scm (r-maldiquant): Update to 1.22.
This commit is contained in:
parent
8c49031471
commit
faf5a2e16c
1 changed files with 2 additions and 2 deletions
|
@ -31190,14 +31190,14 @@ (define-public r-seqminer
|
||||||
(define-public r-maldiquant
|
(define-public r-maldiquant
|
||||||
(package
|
(package
|
||||||
(name "r-maldiquant")
|
(name "r-maldiquant")
|
||||||
(version "1.21")
|
(version "1.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "MALDIquant" version))
|
(uri (cran-uri "MALDIquant" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y1g3819ss06dry70kfhg2syddw71682qmzkcyppfsma6hhghw87"))))
|
"05fhr7945m0qxh7f5c4ax9v2k32s4n4v4xc1dm1crk1vbzha40bv"))))
|
||||||
(properties `((upstream-name . "MALDIquant")))
|
(properties `((upstream-name . "MALDIquant")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue