photini: 2024.5.0 -> 2024.9.1

This commit is contained in:
R. Ryantm 2024-09-18 20:00:09 +00:00
parent b96572e6bc
commit 2909bece04

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 ];