gnu: r-memuse: Update to 4.2-1.

* gnu/packages/cran.scm (r-memuse): Update to 4.2-1.
This commit is contained in:
Ricardo Wurmus 2021-11-01 20:44:47 +00:00
parent bb3f7c1ae9
commit 2498f757af
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26536,13 +26536,13 @@ (define-public r-fastshap
(define-public r-memuse
(package
(name "r-memuse")
(version "4.1-0")
(version "4.2-1")
(source (origin
(method url-fetch)
(uri (cran-uri "memuse" version))
(sha256
(base32
"1bbjp8y0ji71956fbaxiil7ynq2nkmmgz7i9xps83m3bbp5d3mjq"))))
"1wvwnjaaiv2647561z2b55dss35033ildx4kk8hzxfzgsjmdpsgm"))))
(properties `((upstream-name . "memuse")))
(build-system r-build-system)
(home-page "https://github.com/shinra-dev/memuse")