python3Packages.fickling: 0.1.7 -> 0.1.9

This commit is contained in:
Sarah Clark
2026-03-10 09:55:27 -07:00
parent 2c9fcfbaa7
commit 0d78885c59
@@ -5,6 +5,7 @@
pythonOlder,
hatchling,
numpy,
py7zr,
pytestCheckHook,
stdlib-list,
torch,
@@ -13,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "fickling";
version = "0.1.7";
version = "0.1.9";
pyproject = true;
src = fetchFromGitHub {
owner = "trailofbits";
repo = "fickling";
tag = "v${finalAttrs.version}";
hash = "sha256-uirVOJ6CI7gBu9lOoPtpjUZeBmIhBMI0tjSDI/ASy7w=";
hash = "sha256-Pn43KwlcWJX8l56FpkIK1tElXoNyfz3/9vTsSOtLrf4=";
};
build-system = [
@@ -42,6 +43,7 @@ buildPythonPackage (finalAttrs: {
};
nativeCheckInputs = [
py7zr
pytestCheckHook
]
++ lib.concatAttrValues finalAttrs.passthru.optional-dependencies;