[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: r-eulerr: Update to 7.0.1.
From: |
guix-commits |
Subject: |
05/08: gnu: r-eulerr: Update to 7.0.1. |
Date: |
Fri, 16 Feb 2024 17:26:16 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 397749c9bf60e24953fc4b3991ec9b01ec7f307e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 16 23:19:48 2024 +0100
gnu: r-eulerr: Update to 7.0.1.
* gnu/packages/cran.scm (r-eulerr): Update to 7.0.1.
Change-Id: Icc31973837677957ee1886787dd3cfa22d164a7f
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7a0ac8357d..7b47996493 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24628,13 +24628,13 @@ that fills this gap.")
(define-public r-eulerr
(package
(name "r-eulerr")
- (version "7.0.0")
+ (version "7.0.1")
(source (origin
(method url-fetch)
(uri (cran-uri "eulerr" version))
(sha256
(base32
- "16a84a2xgv1iqsir0hzn6qclljni4f3prpycb7qpp06vrd0yn8lw"))))
+ "1c8yf94ga4h6rf89fyajxfsaq5z6dx1z2840371vxj7kwj9slg3c"))))
(properties `((upstream-name . "eulerr")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (7142f6df77 -> 91d8046029), guix-commits, 2024/02/16
- 02/08: gnu: r-statcheck: Update to 1.5.0., guix-commits, 2024/02/16
- 04/08: gnu: r-prospectr: Update to 0.2.7., guix-commits, 2024/02/16
- 03/08: gnu: r-rnifti: Update to 1.6.0., guix-commits, 2024/02/16
- 06/08: gnu: r-parsnip: Update to 1.2.0., guix-commits, 2024/02/16
- 08/08: gnu: r-segmented: Update to 2.0-3., guix-commits, 2024/02/16
- 07/08: gnu: r-dbi: Update to 1.2.2., guix-commits, 2024/02/16
- 01/08: gnu: r-v8: Update to 4.4.2., guix-commits, 2024/02/16
- 05/08: gnu: r-eulerr: Update to 7.0.1.,
guix-commits <=