mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-maldiquant: Update to 1.22.3.
* gnu/packages/cran.scm (r-maldiquant): Update to 1.22.3. Change-Id: I4a08996f8df6d0c746636cfbdbe9fcbaf234749d
This commit is contained in:
parent
99897a70e3
commit
44dc561376
1 changed files with 2 additions and 2 deletions
|
@ -37805,14 +37805,14 @@ (define-public r-seqminer
|
|||
(define-public r-maldiquant
|
||||
(package
|
||||
(name "r-maldiquant")
|
||||
(version "1.22.2")
|
||||
(version "1.22.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "MALDIquant" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zygmn8cny5r4s0ni2kgqbg2xzjvjh9rzmqnw256jg0035qb0lb0"))))
|
||||
"10wk8ykraw1swnlfhp5fh9fhfxkshanqkrwhs8dssqx1l474y2gx"))))
|
||||
(properties `((upstream-name . "MALDIquant")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue