python3Packages.cbor2: 5.7.0 -> 5.8.0

https://github.com/agronholm/cbor2/releases/tag/5.8.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:23 +01:00
parent 15dac47043
commit 035021801a
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "cbor2";
version = "5.7.0";
version = "5.8.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-P22EP0200OxQHEZFPCKk++uxq/tbdA4byrNMYVzXQGs=";
hash = "sha256-sZw1/K6WiKwB73W61dsnMAwlN+tO4A7QfgXYRWoNSTE=";
};
build-system = [