1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-30 13:05:15 +03:00

python3Packages.jsonpickle: 2.2.0 -> 3.0.1

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:21 +01:00
parent b89d7fd26e
commit 3b51ffbc1f

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "jsonpickle";
version = "2.2.0";
version = "3.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-eycpGLBVQYLlPcNA3dYtm3+QL+x+ewViDATzzO9Hmg4=";
sha256 = "sha256-AyU4gEeV5zuU6tQQgArDh/223pj4iCrJV/zSR+OoUgA=";
};
checkInputs = [ pytest ];