urh: 2.9.8-unstable-2025-07-07 -> 2.9.8-unstable-2025-07-31

This commit is contained in:
Tom Hunze
2025-09-25 16:14:08 +02:00
parent c8fa28ccf0
commit a3477bb263
+3 -3
View File
@@ -19,14 +19,14 @@
python3Packages.buildPythonApplication rec {
pname = "urh";
version = "2.9.8-unstable-2025-07-07";
version = "2.9.8-unstable-2025-07-31";
pyproject = true;
src = fetchFromGitHub {
owner = "jopohl";
repo = "urh";
rev = "9061187d326f39de126dd1b8cc943aa33c36ae8d";
hash = "sha256-MjgEa33geZ8Icn7H/Zxvux6rMnSOFcMuwG5n/5cwuMI=";
rev = "4979a5c94d7c0c728fa2ff3fda8f564e6ed6c7b4";
hash = "sha256-oLtMyk9szXiHSPzEzhG58FQ2HAG4JTAPhJvk2rfycAc=";
};
build-system = [ python3Packages.setuptools ];