mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-memuse: Update to 4.2-2.
* gnu/packages/cran.scm (r-memuse): Update to 4.2-2.
This commit is contained in:
parent
f8bd6e84c5
commit
1dea235c8f
1 changed files with 2 additions and 2 deletions
|
@ -28976,13 +28976,13 @@ (define-public r-fastshap
|
|||
(define-public r-memuse
|
||||
(package
|
||||
(name "r-memuse")
|
||||
(version "4.2-1")
|
||||
(version "4.2-2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "memuse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wvwnjaaiv2647561z2b55dss35033ildx4kk8hzxfzgsjmdpsgm"))))
|
||||
"1rdp8wi9sd03qdak7mifvdc1szgk0fdzmhbikdfsza8xshm2pp33"))))
|
||||
(properties `((upstream-name . "memuse")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/shinra-dev/memuse")
|
||||
|
|
Loading…
Reference in a new issue