Merge pull request #256610 from r-ryantm/auto-update/python310Packages.datasette

python310Packages.datasette: 0.64.3 -> 0.64.4
This commit is contained in:
Fabian Affolter
2023-09-22 10:34:00 +02:00
committed by GitHub
@@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "datasette";
version = "0.64.3";
version = "0.64.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hUMaveScSGbiELvN2oo8Nf/jFvYXeLpxTONl1R4UOZU=";
hash = "sha256-6zZgbUKszSo13qmrWKo5UAPqS/QaS8omoTJQgWFfULk=";
};
postPatch = ''
@@ -101,6 +101,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Multi-tool for exploring and publishing data";
homepage = "https://datasette.io/";
changelog = "https://github.com/simonw/datasette/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};