python313Packages.sectools: 1.4.4 -> 1.5.0

Diff: https://github.com/p0dalirius/sectools/compare/1.4.4...1.5.0

Changelog: https://github.com/p0dalirius/sectools/releases/tag/1.5.0

+2 -2
+2 -2
pkgs/development/python-modules/sectools/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "sectools"; 12 - version = "1.4.4"; 12 + version = "1.5.0"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "p0dalirius"; 19 19 repo = "sectools"; 20 20 tag = version; 21 - hash = "sha256-dI0zokmndMZ4C7aX73WOdyXvOjCQJzZU6C1uXDt97Vg="; 21 + hash = "sha256-P0ixL6zdEcvL7KKbr1LcJyd8mqPZrwklspJmZ/KokEA="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ setuptools ];