1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: jsonpickle: 0.9.5 -> 0.9.6

This commit is contained in:
Frederik Rietdijk 2018-02-17 14:20:33 +01:00
parent f5832814f7
commit d48be0a387

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "jsonpickle";
version = "0.9.5";
version = "0.9.6";
src = fetchPypi {
inherit pname version;
sha256 = "cc25dc79571d4ad7db59d05ddb7de0d76a8d598cf6136e1dbeaa9361ebcfe749";
sha256 = "545b3bee0d65e1abb4baa1818edcc9ec239aa9f2ffbfde8084d71c056180054f";
};
doCheck = false;