urh: 2.9.8-unstable-2025-07-07 -> 2.9.8-unstable-2025-07-31 (#446047)

This commit is contained in:
Nikolay Korotkiy
2025-09-25 16:37:59 +00:00
committed by GitHub
+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 ];