python3Packages.datasette: 0.65.1 -> 0.65.2

https://github.com/simonw/datasette/releases/tag/0.65.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:42 +01:00
parent 438ccba274
commit cf5f4d13ae
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "datasette";
version = "0.65.1";
version = "0.65.2";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "datasette";
tag = version;
hash = "sha256-kVtldBuDy19DmyxEQLtAjs1qiNIjaT8+rnHlFfGNHec=";
hash = "sha256-9ZMQ9xpWalkM4Ymoc/IA0ct+0r8ht1TxW5qPlVMFspE=";
};
postPatch = ''
@@ -115,7 +115,7 @@ buildPythonPackage rec {
description = "Multi-tool for exploring and publishing data";
mainProgram = "datasette";
homepage = "https://datasette.io/";
changelog = "https://github.com/simonw/datasette/releases/tag/${version}";
changelog = "https://github.com/simonw/datasette/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = [ ];
};