diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-10 22:52:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-10 23:27:16 +0200 |
commit | 773820164529bff3e4528690f5d5f57afde68a1c (patch) | |
tree | 1e550844aac9b933bd0ddc2df499e8a5c336f073 | |
parent | 9c118d3a5ce1ab3081412bb1c5356b51c61d1e9e (diff) | |
download | patches-773820164529bff3e4528690f5d5f57afde68a1c.tar patches-773820164529bff3e4528690f5d5f57afde68a1c.tar.gz |
gnu: r-powerlaw: Update to 0.70.4.
* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.4.
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a758e51d47..a9f939c18c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1905,14 +1905,13 @@ multi-dimensional data.") (define-public r-powerlaw (package (name "r-powerlaw") - (version "0.70.2") + (version "0.70.4") (source (origin (method url-fetch) (uri (cran-uri "poweRlaw" version)) (sha256 - (base32 - "1asr6ikr7hmj78jyg8r1gwvcjg14addkxdiz92nh06lv71a183r4")))) + (base32 "19zah9mx93az5lh9vicn3c8q1xb12g0w46dh5p901fbyimc32vwk")))) (properties `((upstream-name . "poweRlaw"))) (build-system r-build-system) (propagated-inputs |