python3Packages.fickling: 0.1.5 -> 0.1.6

This commit is contained in:
R. Ryantm
2025-12-17 16:05:42 +00:00
parent 5c68707ede
commit ef4adfd8b9
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "fickling";
version = "0.1.5";
version = "0.1.6";
pyproject = true;
src = fetchFromGitHub {
owner = "trailofbits";
repo = "fickling";
tag = "v${version}";
hash = "sha256-ExyjOTpIkDM2PmHxYUbe8xNhhQChqfUqTtsNR8Z7ZEk=";
hash = "sha256-p2XkHKqheVHqLTQKmUApiYH7NIaHc091B/TjiCDYWtA=";
};
build-system = [