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:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user