Skip to content

Commit

Permalink
python27Packages.cbor2: 4.1.2 -> 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 1, 2020
1 parent 6ea79d2 commit ff36673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cbor2/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit ff36673

Please sign in to comment.