me
/
guix
Archived
1
0
Fork 0

gnu: r-limsolve: Update to 1.5.7.

* gnu/packages/cran.scm (r-limsolve): Update to 1.5.7.
master
Ricardo Wurmus 2023-10-05 13:34:43 +02:00
parent e234cecc9e
commit 994a8523be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7201,14 +7201,14 @@ transportation problems.")
(define-public r-limsolve
(package
(name "r-limsolve")
(version "1.5.6")
(version "1.5.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "limSolve" version))
(sha256
(base32
"1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
"1waqkkipks8h4h5lpn0xw0077hwpz963q42h7xv6f70p07zncxq4"))))
(properties `((upstream-name . "limSolve")))
(build-system r-build-system)
(propagated-inputs