diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:19 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:28 +0100 |
| commit | 3e4fdb626c71605df85226eb5911dba2fc542108 (patch) | |
| tree | cdb49d2c1e72772e532c19a6f009f1b96071a793 /gnu | |
| parent | 7f70978fdb94fbe7c1110ec673a33ad44d53010c (diff) | |
gnu: r-butcher: Update to 0.4.0.
* gnu/packages/cran.scm (r-butcher): Update to 0.4.0.
Change-Id: Ie77049f8b3a306468cf7dc515fc1bb674a18b986
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 41ff7bec97..eb89efb286 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -46179,13 +46179,13 @@ league, the Bundesliga. It contains data from 1964 to 2016.") (define-public r-butcher (package (name "r-butcher") - (version "0.3.6") + (version "0.4.0") (source (origin (method url-fetch) (uri (cran-uri "butcher" version)) (sha256 (base32 - "0vnig91wny01c2k1fag2mlg194kibiz5qa6ny3v5fbsnyk0jbq56")))) + "0z03vzs0dvvnxzk2gwzx2fjjzf1jzkqap6w7cvxk2f4ra2l4pjm5")))) (properties `((upstream-name . "butcher"))) (build-system r-build-system) (propagated-inputs (list r-cli |
