aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-02-01 17:01:32 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-02-01 19:34:02 +0100
commit8b3d6b19d15c2c6b518d77a8d24bb7e7df72e8fc (patch)
tree3ae03dcc2f647a231f54baefc3f801566f796b89
parentcb41225ca48cd033551baa360241a258e64c3062 (diff)
downloadguix-8b3d6b19d15c2c6b518d77a8d24bb7e7df72e8fc.tar.gz
guix-8b3d6b19d15c2c6b518d77a8d24bb7e7df72e8fc.zip
gnu: r-spdep: Update to 1.2-2.
* gnu/packages/cran.scm (r-spdep): Update to 1.2-2.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 662704c78b..a9efda2d9b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16523,13 +16523,13 @@ datum transformations.")
(define-public r-spdep
(package
(name "r-spdep")
- (version "1.2-1")
+ (version "1.2-2")
(source (origin
(method url-fetch)
(uri (cran-uri "spdep" version))
(sha256
(base32
- "1ya39bgmzagrk4k51zd96l4xvnbc2vzmvd0z9qprdfvg9s6pik78"))
+ "08sya6vy7s87h337g2fanncw6xx9y9z8nxpqalbdxv9vpsc6zx4l"))
(snippet
'(for-each delete-file '("inst/doc/CO69.html"
"inst/doc/CO69.R"
y.Christopher Baines 2022-09-16marionette: Make it easier to debug REPL read failures.Christopher Baines 2022-09-13secret-service: Mark sockets as SOCK_CLOEXEC.Ludovic Courtès 2022-09-08file-systems: Open files with O_CLOEXEC.Ludovic Courtès 2022-09-04linux-boot: Resume from hibernation after pre-boot.Jack Hill 2022-09-02shepherd: Set #o640 permissions for log file of service in container.Arun Isaac 2022-08-30build: image: Make partition uuid optional.Mathieu Othacehe 2022-08-30build: image: Remove unused variable.Mathieu Othacehe 2022-08-28build: marionette: Add support for Tesseract OCR.Maxim Cournoyer 2022-08-28marionette: Improve the error message of 'wait-for-screen-text'.Maxim Cournoyer 2022-08-11build: marionette: Adjust QEMU Info manual reference.Maxim Cournoyer 2022-08-10gnu: system: file-systems: Add shared flag.Oleg Pykhalov 2022-08-09tests: Add qemu-guest-agent system test.Timotej Lazar 2022-07-20gnu: modifying make-chromium-extension to rely on node-crx3.Nicolas Graves 2022-07-01file-systems: Add 'cleanly-unmounted-ext2?'.Ludovic Courtès 2022-06-24image: Add support for 32bit UEFI.Denis 'GNUtoo' Carikli 2022-06-10services: jami: Modernize to adjust to Shepherd 0.9+ changes.Maxim Cournoyer 2022-05-31image: Add fat32 support.Pavel Shlyak 2022-05-23image: Add bootable flag support.Pavel Shlyak 2022-05-22marionette: Add #:address parameter to 'wait-for-tcp-port'.Ludovic Courtès 2022-05-01Add (guix least-authority).Ludovic Courtès 2022-05-01linux-container: Add #:child-is-pid1? parameter to 'call-with-container'.Ludovic Courtès 2022-05-01linux-container: Ensure signal-handling asyncs get a chance to run.Ludovic Courtès 2022-05-01linux-container: 'call-with-container' relays SIGTERM and SIGINT.Ludovic Courtès 2022-04-12shepherd: Add #:supplementary-groups.Leo Nikkilä 2022-04-11shepherd: 'fork+exec-command/container' always returns a PID.Ludovic Courtès 2022-04-11shepherd: 'exec-command*' has a valid default #:directory.Ludovic Courtès 2022-04-08file-systems: Invoke fsck tools with 'system*/tty'.Ludovic Courtès 2022-04-08mapped-devices: Ensure 'cryptsetup open' gets a tty.Ludovic Courtès 2022-04-07secret-service: Allow cooperative scheduling when Fibers is used.Ludovic Courtès 2022-04-07secret-service: Abstract 'wait-for-readable-fd'.Ludovic Courtès 2022-04-07shepherd: Adjust 'fork+exec-command/container' for the Shepherd 0.9.Ludovic Courtès