Merge pull request #310752 from r-ryantm/auto-update/python311Packages.dissect-executable

python311Packages.dissect-executable: 1.5 -> 1.6

authored by Fabian Affolter and committed by GitHub f8e4e7cc 31c23d2d

+2 -2
+2 -2
pkgs/development/python-modules/dissect-executable/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "dissect-executable"; 14 - version = "1.5"; 14 + version = "1.6"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "fox-it"; 21 21 repo = "dissect.executable"; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-aAalU0TUqXc13WnxJvirG3QzQyMstecOfnXMdFT8IzU="; 23 + hash = "sha256-b8xPOIUMn6JdYlvuoV5UeBdyISh6CC2Gh6E6U5ZZ7qY="; 24 24 }; 25 25 26 26 build-system = [