diff mbox series

[bug#47409] gnu: r-suppdists: Update hash.

Message ID 20210326085024.13742-1-zimon.toutoune@gmail.com
State Accepted
Headers show
Series [bug#47409] gnu: r-suppdists: Update hash. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Simon Tournier March 26, 2021, 8:50 a.m. UTC
* gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 6e7ba45357078b31a369b23f8a9f38302dfcbb10

Comments

Ricardo Wurmus March 26, 2021, 9:21 a.m. UTC | #1
zimoun <zimon.toutoune@gmail.com> writes:

> * gnu/packages/cran.scm (r-suppdists)[source]: Update hash.

Applied and pushed with commit ac7250f8baf501af3f051bf558992d3e84e4303c.

Thanks!
Simon Tournier March 26, 2021, 9:32 a.m. UTC | #2
Hi Ricardo,

On Fri, 26 Mar 2021 at 10:21, Ricardo Wurmus <rekado@elephly.net> wrote:
> zimoun <zimon.toutoune@gmail.com> writes:
>
>> * gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
>
> Applied and pushed with commit ac7250f8baf501af3f051bf558992d3e84e4303c.

Thanks.

Just to notice that there is another similar update for r-rserve and I
send a v2 with the same patch number instead of recreating a new one.

Cheers,
simon
diff mbox series

Patch

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 96a2aee766..44ae65c359 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3792,7 +3792,7 @@  statistics/methods are implemented.")
        (uri (cran-uri "SuppDists" version))
        (sha256
         (base32
-         "01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
+         "1i3iq12a5x5k49ac01mikzcrrq9gc148xq3m08h4xm07bha6f2v8"))))
     (properties `((upstream-name . "SuppDists")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/SuppDists")