photini: 2024.5.0 -> 2024.9.1 (#342873)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-19 15:21:07 +00:00 committed by GitHub
commit 1bbc5851ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "photini";
version = "2024.5.0";
version = "2024.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jim-easterbrook";
repo = "Photini";
rev = "refs/tags/${version}";
hash = "sha256-iTaFyQpC585QPInLvFzgk65+Znvb1kTTsrzEQvy1quY=";
hash = "sha256-0jr1mNejCF0yW9LkrrsOTcE4ZPGZrMU9Pnt0eXD+3YQ=";
};
build-system = with python3Packages; [ setuptools-scm ];