me
/
guix
Archived
1
0
Fork 0

gnu: r-paws-networking: Update to 0.3.0.

* gnu/packages/cran.scm (r-paws-networking): Update to 0.3.0.
master
Ricardo Wurmus 2023-07-11 15:35:31 +02:00
parent 5e436baab7
commit 6df06f6712
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -38313,14 +38313,14 @@ monitoring, Auto Scaling for automatically scaling resources, and more.")
(define-public r-paws-networking
(package
(name "r-paws-networking")
(version "0.2.0")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "paws.networking" version))
(sha256
(base32
"1fyr236pk6pyc6qck8i8mn855wxlbcmb40mnwmhaqjfxy503jjh7"))))
"0pf1vvwmgsz65bq5diabybnsgyxfbjq1f64srf3qk49ycfh2sc7h"))))
(properties
`((upstream-name . "paws.networking")))
(build-system r-build-system)