rekado pushed a commit to branch master
in repository guix.

commit 105f58850b5eaaf40e66b0b4424cdcb1bd2816a3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 17 15:28:32 2025 +0100

    gnu: r-reportingtools: Fix reference.
    
    * gnu/packages/bioconductor.scm (r-reportingtools)[arguments]: Use correct
    label for reference to origin.
    
    Change-Id: Id3b509c369bd35e12fff2fb2f4822bef4152aff1
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index de500f5441..4b88241f68 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015-2024 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015-2025 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <[email protected]>
 ;;; Copyright © 2016 Pjotr Prins <[email protected]>
 ;;; Copyright © 2016 Ben Woodcroft <[email protected]>
@@ -12002,7 +12002,7 @@ region sets and other genomic features.")
              (for-each (match-lambda
                          ((source . target)
                           (minify source #:target target)))
-                       `((,(assoc-ref inputs "_")
+                       `((,(assoc-ref inputs "jquery-1.8.0.js")
                           . "inst/extdata/jslib/jquery-1.8.0.min.js"))))))))
     (propagated-inputs
      (list r-annotate

Reply via email to