aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-09-29 00:00:00 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2024-09-29 00:00:00 +0000
commit4fed1aa5aabb3bcc5e9c189f61cd3ce5987560d0 (patch)
treeb310b41d5e32176ca2847d0d5d117cd050e147c9
parent5234caf1aa85b1b869daea205955fc79361caed7 (diff)
downloadguix-4fed1aa5aabb3bcc5e9c189f61cd3ce5987560d0.tar
guix-4fed1aa5aabb3bcc5e9c189f61cd3ce5987560d0.tar.gz
guix-4fed1aa5aabb3bcc5e9c189f61cd3ce5987560d0.tar.bz2
guix-4fed1aa5aabb3bcc5e9c189f61cd3ce5987560d0.tar.lz
guix-4fed1aa5aabb3bcc5e9c189f61cd3ce5987560d0.tar.xz
guix-4fed1aa5aabb3bcc5e9c189f61cd3ce5987560d0.tar.zst
guix-4fed1aa5aabb3bcc5e9c189f61cd3ce5987560d0.zip
gnu: r-rserve: Fix upstream hash mismatch.
The tarball was modified upstream. It appears that the ‘1.8-6’ version that was packaged was actually a development snapshot. In Rserve/NEWS: -1.8-6 (under development) +1.8-6 2020-06-11 The only difference appears to be in the build system: proxy: linking no longer hard-codes `-lssl` (it effectively failed compilation when SSL was not available). as the build output does not appear to contain new or changed code. * gnu/packages/cran.scm (r-rserve)[source]: Update sha256. Change-Id: Ib32ecbdcbab1a4992f61215f94f1625e316edda2
-rw-r--r--gnu/packages/cran.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 51736377b4..0ad6d0be8e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34842,8 +34842,7 @@ download images.")
(uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
version ".tar.gz"))
(sha256
- (base32
- "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
+ (base32 "0z1xvx8ifvlwfl3rf1wwhpbwp4ivh7sn71xhlqihqpsclpmljg8p"))))
(build-system r-build-system)
(arguments
`(#:phases