guix-commits
[Top][All Lists]
Advanced

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

39/212: gnu: r-tsp: Update to 1.2-2.


From: guix-commits
Subject: 39/212: gnu: r-tsp: Update to 1.2-2.
Date: Sat, 18 Feb 2023 14:00:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1113985a7758e38cdfc347773db4642e128c3ceb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:19 2023 +0100

    gnu: r-tsp: Update to 1.2-2.
    
    * gnu/packages/cran.scm (r-tsp): Update to 1.2-2.
---
 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 3f0b24b5cc..3a7858ced1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7821,14 +7821,14 @@ operations and statistical functions are provided.")
 (define-public r-tsp
   (package
     (name "r-tsp")
-    (version "1.2-1")
+    (version "1.2-2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "TSP" version))
        (sha256
         (base32
-         "1pa6pb4qrh2iybpjzjiny6hshj0shjdm0pxqnidcrg5hyfzzxd9b"))))
+         "08x6kb5nlajlbndzf7mn59gfg0xv6m0pql6jm76g037w4f7qlpca"))))
     (properties `((upstream-name . "TSP")))
     (build-system r-build-system)
     (propagated-inputs (list r-foreach))



reply via email to

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