unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60713] [PATCH] gnu: r-survival: Update to 3.5-0.
@ 2023-01-10 18:09 Greg Hogan
  2023-02-13 18:41 ` bug#60713: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-01-10 18:09 UTC (permalink / raw)
  To: 60713; +Cc: Greg Hogan

This package has fewer than 300 dependents.

Building the old version (3.4-0) from source shows a checksum error
on the tarfile downloaded from CRAN.

* gnu/packages/statistics.scm (r-survival): Update to 3.5-0.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 7ba75cf59d..b41e89075f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -780,14 +780,14 @@ (define-public r-spatial
 (define-public r-survival
   (package
     (name "r-survival")
-    (version "3.4-0")
+    (version "3.5-0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "survival" version))
        (sha256
         (base32
-         "04pqkklbjpcqaq49h49j0vw18q4hi31ry3szzf84vzk5fba273m4"))))
+         "12nwvfa921m546acxiidpif6g1laz1h1vxbwc45ww69wdc51gcmq"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-matrix))
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60713: [PATCH] gnu: r-survival: Update to 3.5-0.
  2023-01-10 18:09 [bug#60713] [PATCH] gnu: r-survival: Update to 3.5-0 Greg Hogan
@ 2023-02-13 18:41 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-13 18:41 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 60713-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]


Greg Hogan <code@greghogan.com> writes:

> This package has fewer than 300 dependents.
>
> Building the old version (3.4-0) from source shows a checksum error
> on the tarfile downloaded from CRAN.
>
> * gnu/packages/statistics.scm (r-survival): Update to 3.5-0.
> ---
>  gnu/packages/statistics.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Greg, I've pushed this to master as
ecebf5924c28154794fb344b2ea1b057512ca06a.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-13 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 18:09 [bug#60713] [PATCH] gnu: r-survival: Update to 3.5-0 Greg Hogan
2023-02-13 18:41 ` bug#60713: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).