Skip to content

Commit

Permalink
photini: 2024.5.0 -> 2024.9.1 (#342873)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Sep 19, 2024
2 parents 2dc4f03 + 2909bec commit 1bbc585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ph/photini/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1bbc585

Please sign in to comment.