diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-19 23:00:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-20 12:09:33 +0100 |
commit | 2eb81c0888a3784658e7d7cfe4426994863280a5 (patch) | |
tree | e703868fbbde8f88667f87531cceeb35ec986da1 | |
parent | b51001141bd36d939bcd60ac9f6b1bc459562545 (diff) | |
download | guix-2eb81c0888a3784658e7d7cfe4426994863280a5.tar.gz |
gnu: r-lpsymphony: Update to 1.26.2.
* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.26.2.
-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 397fb788a0..8afed238c5 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9782,14 +9782,14 @@ coordinates.") (define-public r-lpsymphony (package (name "r-lpsymphony") - (version "1.26.0") + (version "1.26.2") (source (origin (method url-fetch) (uri (bioconductor-uri "lpsymphony" version)) (sha256 (base32 - "0ryl48zxscb35s1gizyspxg48dlqg1j51h9iw2flq16y7y63ppzi")))) + "167zpf7k7gn7gw2cxkqx89y322qinyzjr1naracp5axj4q2qagm3")))) (build-system r-build-system) (arguments (list |