python310Packages.datasette-publish-fly: 1.2 -> 1.3

Diff: https://github.com/simonw/datasette-publish-fly/compare/refs/tags/1.2...1.3

Changelog: https://github.com/simonw/datasette-publish-fly/releases/tag/1.3
This commit is contained in:
Fabian Affolter 2023-01-28 09:47:42 +01:00
parent 0f010e4fde
commit f807df0c9a

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "datasette-publish-fly";
version = "1.2";
version = "1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0frP/RkpZX6LCR8cOlzcBG3pbcOh0KPuELlYUXS3dRE=";
hash = "sha256-L94QYcrTWjuoz0aEFTxPi8Xg0xERP1zCs7+vzhoJagc=";
};
propagatedBuildInputs = [