[PATCH] gnu: r-suppdists: Update hash.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ricardo Wurmus
  • zimoun
Owner
unassigned
Submitted by
zimoun
Severity
normal
Z
Z
zimoun wrote on 26 Mar 2021 09:50
(address . guix-patches@gnu.org)(name . zimoun)(address . zimon.toutoune@gmail.com)
20210326085024.13742-1-zimon.toutoune@gmail.com
* gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
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")

base-commit: 6e7ba45357078b31a369b23f8a9f38302dfcbb10
--
2.29.2
Z
Z
zimoun wrote on 26 Mar 2021 10:02
[PATCH v2 1/2] gnu: r-suppdists: Update hash.
(address . 47409@debbugs.gnu.org)(name . zimoun)(address . zimon.toutoune@gmail.com)
20210326090253.18919-1-zimon.toutoune@gmail.com
* gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
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")

base-commit: 6e7ba45357078b31a369b23f8a9f38302dfcbb10
--
2.29.2
Z
Z
zimoun wrote on 26 Mar 2021 10:02
[PATCH v2 2/2] gnu: r-rserve: Update hash.
(address . 47409@debbugs.gnu.org)(name . zimoun)(address . zimon.toutoune@gmail.com)
20210326090253.18919-2-zimon.toutoune@gmail.com
* gnu/packages/cran.scm (r-rserve)[source]: Update hash.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 44ae65c359..f83eecf23d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23986,7 +23986,7 @@ download images.")
version ".tar.gz"))
(sha256
(base32
- "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
+ "0z1xvx8ifvlwfl3rf1wwhpbwp4ivh7sn71xhlqihqpsclpmljg8p"))))
(build-system r-build-system)
(arguments
`(#:phases
--
2.29.2
R
R
Ricardo Wurmus wrote on 26 Mar 2021 10:21
Re: [bug#47409] [PATCH] gnu: r-suppdists: Update hash.
(name . zimoun)(address . zimon.toutoune@gmail.com)(address . 47409-done@debbugs.gnu.org)
87im5etgmz.fsf@elephly.net
zimoun <zimon.toutoune@gmail.com> writes:

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

Applied and pushed with commit ac7250f8baf501af3f051bf558992d3e84e4303c.

Thanks!

--
Ricardo
Closed
Z
Z
zimoun wrote on 26 Mar 2021 10:32
(name . Ricardo Wurmus)(address . rekado@elephly.net)(address . 47409-done@debbugs.gnu.org)
86im5e9s5a.fsf@gmail.com
Hi Ricardo,

On Fri, 26 Mar 2021 at 10:21, Ricardo Wurmus <rekado@elephly.net> wrote:
Toggle quote (6 lines)
> 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
Closed
?