guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: r-d3r: Update d3.js input hashes, mutated in


From: guix-commits
Subject: branch master updated: gnu: r-d3r: Update d3.js input hashes, mutated in place.
Date: Wed, 13 Jul 2022 08:37:15 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f516f33337 gnu: r-d3r: Update d3.js input hashes, mutated in place.
f516f33337 is described below

commit f516f33337e1d009eb4dc82b74643ef644ce55c9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jul 13 01:15:26 2022 -0400

    gnu: r-d3r: Update d3.js input hashes, mutated in place.
    
    Fixes <https://issues.guix.gnu.org/46456>.
    
    * gnu/packages/cran.scm (r-d3r)[native-inputs]: Update hashes for d3.v5.js,
    d3.v6.js and d3.v7.js.
    
    Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 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 19ee4653a6..731facb4e5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3010,21 +3010,21 @@ Bootstrap themes, which are packaged for use with Shiny 
applications.")
            (uri "https://d3js.org/d3.v5.js";)
            (sha256
             (base32
-             "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))
+             "177ypw6mjrp2ch9lj6znibwacwrvm4ypjxflsxsnl2sigx5dcwic"))))
        ("d3.v6.js"
         ,(origin
            (method url-fetch)
            (uri "https://d3js.org/d3.v6.js";)
            (sha256
             (base32
-             "1x6432ca7p1pfxhz3airzw943fincn9izzxkclc1wmphcvv2n2p9"))))
+             "13hick3glizzm442b9swlwz584rzwwvhpq9qvfbh3m5jay10wxw0"))))
        ("d3.v7.js"
         ,(origin
            (method url-fetch)
            (uri "https://d3js.org/d3.v7.js";)
            (sha256
             (base32
-             "0sd6vavxs8mx5xyb8xahlqghdiczqd284a7d5wravhqnrj0bw097"))))))
+             "1hif1phswlkkpvcf1hbqmfsxdb5s5gr5g2frcwbh0rh8g6nbkyqi"))))))
     (home-page "https://github.com/timelyportfolio/d3r";)
     (synopsis "d3.js utilities for R")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]