gnu: r-maldiquant: Update to 1.22.1.

* gnu/packages/cran.scm (r-maldiquant): Update to 1.22.1.
This commit is contained in:
Ricardo Wurmus 2023-03-21 12:14:33 +01:00
parent 2fbc674039
commit ab179ed1d8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -33557,14 +33557,14 @@ (define-public r-seqminer
(define-public r-maldiquant
(package
(name "r-maldiquant")
(version "1.22")
(version "1.22.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "MALDIquant" version))
(sha256
(base32
"05fhr7945m0qxh7f5c4ax9v2k32s4n4v4xc1dm1crk1vbzha40bv"))))
"0721j8lzv6ywv0hf8rjw446dmvl18gm5ymf5a35fg9vnprfsalha"))))
(properties `((upstream-name . "MALDIquant")))
(build-system r-build-system)
(native-inputs