me
/
guix
Archived
1
0
Fork 0

Merge remote-tracking branch 'origin/master' into core-updates

master
Andreas Enge 2023-04-20 21:28:02 +02:00
commit d0162466c6
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
3 changed files with 32 additions and 4 deletions

View File

@ -14594,6 +14594,34 @@ Make (2015, ISBN:978-9881443519) and drake (2018,
<doi:10.21105/joss.00550>).")
(license license:expat)))
(define-public r-tidygeocoder
(package
(name "r-tidygeocoder")
(version "1.0.5")
(source (origin
(method url-fetch)
(uri (cran-uri "tidygeocoder" version))
(sha256
(base32
"1ffj8ka5miv3jnds7fdrkcqdc3m2w1ab724z9m10biky213skqka"))))
(properties `((upstream-name . "tidygeocoder")))
(build-system r-build-system)
(propagated-inputs (list r-dplyr
r-httr
r-jsonlite
r-lifecycle
r-progress
r-tibble))
(native-inputs (list r-knitr))
(home-page "https://jessecambon.github.io/tidygeocoder/")
(synopsis
"Intuitive interface for getting data from geocoding services")
(description
"Tidygeocoder makes getting data from geocoding services easy.
A unified high-level interface is provided for a selection of supported
geocoding services and results are returned in tibble format.")
(license license:expat)))
(define-public r-dvmisc
(package
(name "r-dvmisc")

View File

@ -3003,13 +3003,13 @@ program that can perform mesh processing tasks in batch mode, without a GUI.")
(define-public poke
(package
(name "poke")
(version "3.0")
(version "3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/poke/poke-" version
".tar.gz"))
(sha256
(base32 "1pbs6587wcbgdhn4v4l896nzdv7ymgpdmyls95y3534z7krv5abr"))
(base32 "0gziizzpdwg1h4znndhapx4ybjqhxycgxdh0f1qyq5h9h6xac1gl"))
(modules '((guix build utils)))
(snippet
'(begin

View File

@ -6349,7 +6349,7 @@ addition, removal, and random selection.")
(define-public sbcl-quri
(package
(name "sbcl-quri")
(version "0.6.0")
(version "0.7.0")
(source
(origin
(method git-fetch)
@ -6358,7 +6358,7 @@ addition, removal, and random selection.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1wrrhbj3r4lph5y3hhfbv4g2pvg24hbgl06irq9lyiycy3bgai4w"))))
(base32 "0l1jnvvkyaxbf08lnqfdbv6lrkq02iqr3y3rwvqxm4fvnzp7mnpz"))))
(build-system asdf-build-system/sbcl)
(native-inputs (list sbcl-prove))
(inputs (list sbcl-babel sbcl-split-sequence sbcl-cl-utilities