Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.dissect-squashfs: 1.7 -> 1.8

+2 -2
+2 -2
pkgs/development/python-modules/dissect-squashfs/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "dissect-squashfs"; 17 - version = "1.7"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "fox-it"; 24 repo = "dissect.squashfs"; 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-ZRMCh/ycF594pADnX01S9oVxuY/cnJa4LLXP4ARoDs0="; 27 }; 28 29 build-system = [
··· 14 15 buildPythonPackage rec { 16 pname = "dissect-squashfs"; 17 + version = "1.8"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "fox-it"; 24 repo = "dissect.squashfs"; 25 rev = "refs/tags/${version}"; 26 + hash = "sha256-C5Rp7MNuJjAk+DcjhNQfzZR47E/A2cJawhS6OFGU5xo="; 27 }; 28 29 build-system = [