lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.dissect-esedb: 3.1 -> 3.2

+2 -2
+2 -2
pkgs/development/python-modules/dissect-esedb/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "dissect-esedb"; 14 - version = "3.1"; 14 + version = "3.2"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "fox-it"; 21 21 repo = "dissect.esedb"; 22 22 rev = version; 23 - hash = "sha256-I9YVDlHJGSMdVw6ZkUQ35rBcVjcBkE+XEwloHV0ltSA="; 23 + hash = "sha256-DLu6FCWqeESFlsIB21jN/IKCwSKlBoibildv07/hPcw="; 24 24 }; 25 25 26 26 SETUPTOOLS_SCM_PRETEND_VERSION = version;