* [bug#47409] [PATCH] gnu: r-suppdists: Update hash.
@ 2021-03-26 8:50 zimoun
2021-03-26 9:02 ` [bug#47409] [PATCH v2 1/2] " zimoun
2021-03-26 9:21 ` bug#47409: [PATCH] gnu: r-suppdists: " Ricardo Wurmus
0 siblings, 2 replies; 5+ messages in thread
From: zimoun @ 2021-03-26 8:50 UTC (permalink / raw)
To: 47409; +Cc: zimoun, rekado
* gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#47409] [PATCH v2 1/2] gnu: r-suppdists: Update hash.
2021-03-26 8:50 [bug#47409] [PATCH] gnu: r-suppdists: Update hash zimoun
@ 2021-03-26 9:02 ` zimoun
2021-03-26 9:02 ` [bug#47409] [PATCH v2 2/2] gnu: r-rserve: " zimoun
2021-03-26 9:21 ` bug#47409: [PATCH] gnu: r-suppdists: " Ricardo Wurmus
1 sibling, 1 reply; 5+ messages in thread
From: zimoun @ 2021-03-26 9:02 UTC (permalink / raw)
To: 47409; +Cc: zimoun, rekado
* gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#47409] [PATCH v2 2/2] gnu: r-rserve: Update hash.
2021-03-26 9:02 ` [bug#47409] [PATCH v2 1/2] " zimoun
@ 2021-03-26 9:02 ` zimoun
0 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2021-03-26 9:02 UTC (permalink / raw)
To: 47409; +Cc: zimoun
* gnu/packages/cran.scm (r-rserve)[source]: Update hash.
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#47409: [PATCH] gnu: r-suppdists: Update hash.
2021-03-26 8:50 [bug#47409] [PATCH] gnu: r-suppdists: Update hash zimoun
2021-03-26 9:02 ` [bug#47409] [PATCH v2 1/2] " zimoun
@ 2021-03-26 9:21 ` Ricardo Wurmus
2021-03-26 9:32 ` [bug#47409] " zimoun
1 sibling, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2021-03-26 9:21 UTC (permalink / raw)
To: zimoun; +Cc: 47409-done
zimoun <zimon.toutoune@gmail.com> writes:
> * gnu/packages/cran.scm (r-suppdists)[source]: Update hash.
Applied and pushed with commit ac7250f8baf501af3f051bf558992d3e84e4303c.
Thanks!
--
Ricardo
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#47409] [PATCH] gnu: r-suppdists: Update hash.
2021-03-26 9:21 ` bug#47409: [PATCH] gnu: r-suppdists: " Ricardo Wurmus
@ 2021-03-26 9:32 ` zimoun
0 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2021-03-26 9:32 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: 47409-done
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-26 9:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26 8:50 [bug#47409] [PATCH] gnu: r-suppdists: Update hash zimoun
2021-03-26 9:02 ` [bug#47409] [PATCH v2 1/2] " zimoun
2021-03-26 9:02 ` [bug#47409] [PATCH v2 2/2] gnu: r-rserve: " zimoun
2021-03-26 9:21 ` bug#47409: [PATCH] gnu: r-suppdists: " Ricardo Wurmus
2021-03-26 9:32 ` [bug#47409] " zimoun
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.