python3Packages.cbor2: 5.4.3 -> 5.4.6

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:00 +01:00
parent 72b7f21a1c
commit 5632fa15f0

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cbor2";
version = "5.4.3";
version = "5.4.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Yrhjxe5s7UAyr+lI88FITzdVUJldO4SYFFI3/ijlRsI=";
hash = "sha256-uJNQDbD+Az5XDDrclWr27vxX4oACa9LYb9U9qfHllNc=";
};
nativeBuildInputs = [