emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60713: closed ([PATCH] gnu: r-survival: Update to 3.5-0.)


From: GNU bug Tracking System
Subject: bug#60713: closed ([PATCH] gnu: r-survival: Update to 3.5-0.)
Date: Mon, 13 Feb 2023 18:55:02 +0000

Your message dated Mon, 13 Feb 2023 18:41:13 +0000
with message-id <877cwl2y7r.fsf@cbaines.net>
and subject line Re: [bug#60713] [PATCH] gnu: r-survival: Update to 3.5-0.
has caused the debbugs.gnu.org bug report #60713,
regarding [PATCH] gnu: r-survival: Update to 3.5-0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60713: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60713
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: r-survival: Update to 3.5-0. Date: Tue, 10 Jan 2023 18:09:07 +0000
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#60713] [PATCH] gnu: r-survival: Update to 3.5-0. Date: Mon, 13 Feb 2023 18:41:13 +0000 User-agent: mu4e 1.8.11; emacs 28.2
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]