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

commit 0934d7060d9ba1ca6608c6dad091be10953a03af
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:41:05 2026 +0100

    gnu: r-bh: Update to 1.90.0-1.
    
    * gnu/packages/cran.scm (r-bh): Update to 1.90.0-1.
    
    Change-Id: I24dfa7a2344574e4d49765bbd53e20f2f5b38ac5
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ee45b21746..2fc9b83616 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015-2025 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015-2026 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2015 Andreas Enge <[email protected]>
 ;;; Copyright © 2015, 2016 Pjotr Prins <[email protected]>
 ;;; Copyright © 2016, 2017 Ben Woodcroft <[email protected]>
@@ -632,13 +632,13 @@ beta regression, see <doi:10.18637/jss.v048.i11>.")
 (define-public r-bh
   (package
     (name "r-bh")
-    (version "1.87.0-1")
+    (version "1.90.0-1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "BH" version))
               (sha256
                (base32
-                "14q3wq9aix8fsbd09dj3nbhh89wpbxzn2l8wk8l26apl6pk9m0jr"))))
+                "06r8y1wspqvmzal0wpipgs01bvs3qlnqkr0sarri1s1qb6qay7rf"))))
     (build-system r-build-system)
     (home-page "https://github.com/eddelbuettel/bh";)
     (synopsis "R package providing subset of Boost headers")

Reply via email to