python3Packages.py-cid: 0.3.0 -> 0.4.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:52 +01:00
parent df8ac1e22f
commit 7d034dc0e8
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "py-cid";
version = "0.3.0";
version = "0.4.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "ipld";
repo = "py-cid";
rev = "v${version}";
hash = "sha256-aN7ee25ghKKa90+FoMDCdGauToePc5AzDLV3tONvh4U=";
tag = "v${version}";
hash = "sha256-IYjk7sajHFWgsOMxwk1tWvKtTfPN8vHoNeENQed7MiU=";
};
postPatch = ''