python3Packages.josepy: 1.4.0 -> 1.5.0

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:04:32 +01:00
parent 55b5b2319f
commit f56afb2909

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "josepy";
version = "1.4.0";
version = "1.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "c37ff4b93606e6a452b72cdb992da5e0544be12912fac01b31ddbdd61f6d5bd0";
sha256 = "502a36f86efe2a6d09bf7018bca9fd8f8f24d8090a966aa037dbc844459ff9c8";
};
propagatedBuildInputs = [