diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-13 01:15:26 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-13 08:36:04 -0400 |
commit | f516f33337e1d009eb4dc82b74643ef644ce55c9 (patch) | |
tree | 4147674f6143ab52c459c1876ab19b653b0c799d | |
parent | c93f83757a8fcbeb294e43b43eec0725963005be (diff) | |
download | guix-f516f33337e1d009eb4dc82b74643ef644ce55c9.tar guix-f516f33337e1d009eb4dc82b74643ef644ce55c9.tar.gz |
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>
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files 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 |