python3Packages.xyzservices: 2022.9.0 -> 2023.2.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:59 +01:00
parent 11e5552bcd
commit 67f576abee

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "xyzservices";
version = "2022.9.0";
version = "2023.2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-VWUZYXCLmhSEmXizOd92AIyIbfeoMmMIpVSbrlUWJgw=";
hash = "sha256-M0K7pBDXlBKQ7tDlii5arbD3uXhj7EKDsoPEBu5yOig=";
};
pythonImportsCheck = [