python3Packages.fickling: 0.1.9 -> 0.1.10

This commit is contained in:
R. Ryantm
2026-03-18 23:22:11 +00:00
parent 82690ff5ed
commit 6440d1cd7a
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "fickling";
version = "0.1.9";
version = "0.1.10";
pyproject = true;
src = fetchFromGitHub {
owner = "trailofbits";
repo = "fickling";
tag = "v${finalAttrs.version}";
hash = "sha256-Pn43KwlcWJX8l56FpkIK1tElXoNyfz3/9vTsSOtLrf4=";
hash = "sha256-hpVcYWoIH9sCQDha2aX0kzYHwpNcZ6US+4N/q70tQyA=";
};
build-system = [