trueseeing: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm
2024-12-07 05:27:16 +00:00
parent c90e086ba3
commit 7053f29453
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "trueseeing";
version = "2.2.4";
version = "2.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "alterakey";
repo = "trueseeing";
rev = "refs/tags/v${version}";
hash = "sha256-2KELqHa6lw9wdJBaC90vTZSjD7tfkr3K6yDNhqBQrR0=";
tag = "v${version}";
hash = "sha256-EDnE1BK/nl3nqkan4gmSsP7vqkuMNJ5+oN09ZnQzsy0=";
};
build-system = with python3.pkgs; [