shrinkray: 26.2.20.0 -> 26.3.17.0

This commit is contained in:
R. Ryantm
2026-03-21 06:37:25 +00:00
parent a9ea530116
commit 1f67415179
+2 -2
View File
@@ -12,14 +12,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "shrinkray";
version = "26.2.20.0";
version = "26.3.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "DRMacIver";
repo = "shrinkray";
tag = "v${version}";
hash = "sha256-KsIWFR5gyFt35yLz/102hET+JMhEU0ukhzwb9MzewSs=";
hash = "sha256-1sdUfgT/2fC6zpFR20okmaueqdjJ5nWwUl3n8nsGXTU=";
};
postPatch = ''
substituteInPlace tests/test_main.py \