gnu: r-powerlaw: Update to 0.70.1.
* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.1.
This commit is contained in:
parent
a5c2980486
commit
eeb5432802
|
@ -271,14 +271,14 @@ patterns behind multiple dimensional data.")
|
||||||
(define-public r-powerlaw
|
(define-public r-powerlaw
|
||||||
(package
|
(package
|
||||||
(name "r-powerlaw")
|
(name "r-powerlaw")
|
||||||
(version "0.70.0")
|
(version "0.70.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "poweRlaw" version))
|
(uri (cran-uri "poweRlaw" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p2la3hslxq2xa8jkwvci6zcpn47cvyr9xqd5agp1riwwp2xw5gh"))))
|
"04sr0nhdd1v915m0zf5gasznzgi08ykcy20kkwdw0l5mvvdbic8m"))))
|
||||||
(properties `((upstream-name . "poweRlaw")))
|
(properties `((upstream-name . "poweRlaw")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue