gnu: datasette: Update to 1.0a7.
* gnu/packages/databases.scm (datasette): Update to 1.0a7. [propagated-inputs]: Add python-asyncinject and python-sqlite-utils. Change-Id: If713cd0f115c8092f9cc200daa850f9a78a20f6b
This commit is contained in:
parent
e8f68ea334
commit
016d136d89
1 changed files with 4 additions and 2 deletions
|
@ -5221,7 +5221,7 @@ mechanism of @code{dogpile}.")
|
||||||
(define-public datasette
|
(define-public datasette
|
||||||
(package
|
(package
|
||||||
(name "datasette")
|
(name "datasette")
|
||||||
(version "0.64.2")
|
(version "1.0a7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5230,7 +5230,7 @@ mechanism of @code{dogpile}.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c8ajdaraynrjvsb8xxxnkb7zgm5fwq60qczaz00n465ki80j4h3"))))
|
"1wwdx2xqkxygbww1nzpr6h702ims6zcxpjskh8fldn1kby591qgg"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -5269,6 +5269,7 @@ mechanism of @code{dogpile}.")
|
||||||
(list python-aiofiles
|
(list python-aiofiles
|
||||||
python-asgi-csrf
|
python-asgi-csrf
|
||||||
python-asgiref
|
python-asgiref
|
||||||
|
python-asyncinject
|
||||||
python-click
|
python-click
|
||||||
python-click-default-group
|
python-click-default-group
|
||||||
python-httpx
|
python-httpx
|
||||||
|
@ -5280,6 +5281,7 @@ mechanism of @code{dogpile}.")
|
||||||
python-pint
|
python-pint
|
||||||
python-pluggy
|
python-pluggy
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
|
python-sqlite-utils
|
||||||
python-uvicorn))
|
python-uvicorn))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-beautifulsoup4
|
(list python-beautifulsoup4
|
||||||
|
|
Reference in a new issue