3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.cbor2: 5.2.0 -> 5.4.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:11 +02:00 committed by Jonathan Ringer
parent 7fc55b04aa
commit 2f1b1a1cc4
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "cbor2";
version = "5.2.0";
version = "5.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "a33aa2e5534fd74401ac95686886e655e3b2ce6383b3f958199b6e70a87c94bf";
sha256 = "a7926f7244b08c413f1a4fa71a81aa256771c75bdf1a4fd77308547a2d63dd48";
};
nativeBuildInputs = [ setuptools-scm ];