Merge pull request #311329 from fabaff/dirigera-bump

python312Packages.dirigera: 1.1.6 -> 1.1.7

authored by Nick Cao and committed by GitHub 24976cae 96179461

+2 -2
+2 -2
pkgs/development/python-modules/dirigera/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dirigera"; 15 - version = "1.1.6"; 15 + version = "1.1.7"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "Leggin"; 22 22 repo = "dirigera"; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-OXq8eJyZQBsJEK81GxstfMHqDShlZyOWSXLwP9Zfpqw="; 24 + hash = "sha256-KAwXpcs0EvmaxBVgZ7TlT1hDI0m7f8hJigUTluVATsw="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];