gnu: r-netrep: Update to 1.2.6.

* gnu/packages/cran.scm (r-netrep): Update to 1.2.6.
This commit is contained in:
Ricardo Wurmus 2023-01-09 22:19:47 +01:00
parent 8d696f2728
commit 8b322c5967
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12106,14 +12106,14 @@ (define-public r-precrec
(define-public r-netrep
(package
(name "r-netrep")
(version "1.2.4")
(version "1.2.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "NetRep" version))
(sha256
(base32
"1swlb2k9bc7whvslxbklz864j9ynvna73hvq5rhv61cv5vy05ksd"))))
"0hyj91fr4y9csj2dy4z9cpr92hh8gk3xnjr6zpk9n0wk37sx44h6"))))
(properties `((upstream-name . "NetRep")))
(build-system r-build-system)
(propagated-inputs