python313Packages.dirigera: 1.2.3 -> 1.2.4

Diff: https://github.com/Leggin/dirigera/compare/refs/tags/v1.2.3...refs/tags/v1.2.4

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.2.4

+2 -2
+2 -2
pkgs/development/python-modules/dirigera/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dirigera"; 15 - version = "1.2.3"; 15 + version = "1.2.4"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "Leggin"; 22 22 repo = "dirigera"; 23 23 tag = "v${version}"; 24 - hash = "sha256-PnjVWfbus76t3s0m6Evvjz3bqVzbUj34ZveH8ABVD7w="; 24 + hash = "sha256-xFiAhlNbl20MPFNkl8J4vx+KgvINYS3P5EAQxc620/k="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];