Merge pull request #79035 from r-ryantm/auto-update/python2.7-cbor2

python27Packages.cbor2: 4.1.2 -> 5.0.1
This commit is contained in:
Mario Rodas 2020-02-01 23:09:27 -05:00 committed by GitHub
commit e3a9318b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "cbor2";
version = "4.1.2";
version = "5.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "1bp9l3wdj0wm15xlmlcwbgv6hc6vcfx39nssikj8fkwnd7d1bdhp";
sha256 = "1fid6li95jx9c3v83v8c2c8lb03jgirkk9mjmck30yxcwmlxp6a2";
};
nativeBuildInputs = [ setuptools_scm ];