guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 95871f25b45f2055088c46c31c5c865512839eb1
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:19 2026 +0100

    gnu: r-butcher: Update to 0.4.0.
    
    * gnu/packages/cran.scm (r-butcher): Update to 0.4.0.
    
    Change-Id: Ie77049f8b3a306468cf7dc515fc1bb674a18b986
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 38fec83e54..f84b3b1748 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -46177,13 +46177,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

Reply via email to