shrinkray: 26.3.17.0 -> 26.4.14.0

This commit is contained in:
R. Ryantm
2026-04-15 15:41:11 +00:00
parent ee7c74b78c
commit b36235f9a1
+2 -2
View File
@@ -12,14 +12,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "shrinkray";
version = "26.3.17.0";
version = "26.4.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "DRMacIver";
repo = "shrinkray";
tag = "v${version}";
hash = "sha256-1sdUfgT/2fC6zpFR20okmaueqdjJ5nWwUl3n8nsGXTU=";
hash = "sha256-zNOWBpj39R9x/wQ3fAKMzHg61IFGh8aeHBeVsXxXDGM=";
};
postPatch = ''
substituteInPlace tests/test_main.py \