diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:37 +0100 |
commit | e8e7990b881206f04258ca73986f0c9915b04363 (patch) | |
tree | 1376f7a55f8fac60d39af0a67f4c3b7d40e83b0f /gnu | |
parent | f60faec932b564b93d09251945a1abf6dda84855 (diff) | |
download | guix-e8e7990b881206f04258ca73986f0c9915b04363.tar.gz guix-e8e7990b881206f04258ca73986f0c9915b04363.zip |
gnu: r-lpsymphony: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.26.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 5870950f00..20bfa1eb14 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9187,14 +9187,14 @@ coordinates.") (define-public r-lpsymphony (package (name "r-lpsymphony") - (version "1.24.0") + (version "1.26.0") (source (origin (method url-fetch) (uri (bioconductor-uri "lpsymphony" version)) (sha256 (base32 - "0kc708ss5byzw8qh439mb4nq6hsfmz73gfamiznw3lv352brd33g")))) + "0ryl48zxscb35s1gizyspxg48dlqg1j51h9iw2flq16y7y63ppzi")))) (build-system r-build-system) (arguments (list |