diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-08-10 12:19:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-08-10 15:44:21 +0200 |
commit | 49eaf286f90de0586431fc9e2fc7c25708d9e744 (patch) | |
tree | 1a75b30a38a125e0cd331f455ad57e7cb3975019 | |
parent | f708acfde7eb3298a8cd6bcf235896030cc4b19d (diff) | |
download | guix-49eaf286f90de0586431fc9e2fc7c25708d9e744.tar.gz |
gnu: r-rpostgresql: Update to 0.7-4.
* gnu/packages/cran.scm (r-rpostgresql): Update to 0.7-4.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3cd97298e4..018cb12a24 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5431,14 +5431,14 @@ the RMariaDB package.") (define-public r-rpostgresql (package (name "r-rpostgresql") - (version "0.7-3") + (version "0.7-4") (source (origin (method url-fetch) (uri (cran-uri "RPostgreSQL" version)) (sha256 (base32 - "1fbixmnjp1kh6yiv8zhg8zi5ryvdf5j2jxv4agq5gcxf541s3g5x")))) + "1ijnsly8wgy6cfib4xvdaz2g9hk1gzg7q52r37zkvc7jjh0gdbdn")))) (properties `((upstream-name . "RPostgreSQL"))) (build-system r-build-system) (inputs |