python3Packages.cbor2: 5.6.3 -> 5.6.4

https://github.com/agronholm/cbor2/releases/tag/5.6.4
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:48 +02:00
parent d936bdb684
commit d4ea3bec84
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "cbor2";
version = "5.6.3";
version = "5.6.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-5vCuJ1HC0zOpYOCAfAYRSU6xJFYxoWeWWsvBAFCUVdM=";
hash = "sha256-HFM8UN3oa+8caVBgIFSg/6PDduiw4gx7j1sQh5P2mD4=";
};
postPatch = ''