me
/
guix
Archived
1
0
Fork 0

gnu: r-maldiquant: Update to 1.22.

* gnu/packages/cran.scm (r-maldiquant): Update to 1.22.
Ricardo Wurmus 2022-11-29 15:22:29 +01:00
parent 8c49031471
commit faf5a2e16c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -31190,14 +31190,14 @@ data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
(define-public r-maldiquant
(package
(name "r-maldiquant")
(version "1.21")
(version "1.22")
(source
(origin
(method url-fetch)
(uri (cran-uri "MALDIquant" version))
(sha256
(base32
"1y1g3819ss06dry70kfhg2syddw71682qmzkcyppfsma6hhghw87"))))
"05fhr7945m0qxh7f5c4ax9v2k32s4n4v4xc1dm1crk1vbzha40bv"))))
(properties `((upstream-name . "MALDIquant")))
(build-system r-build-system)
(native-inputs