Unverified Commit 0098d3aa authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.xyzservices: 2024.6.0 -> 2024.9.0 (#339314)

parents 9f91b3c6 c612d91d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonPackage rec {
  pname = "xyzservices";
  version = "2024.6.0";
  version = "2024.9.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-WMG9q0JX0lUbnvkc1IVx93t8TSvEW/XjwFrJezpNcoI=";
    hash = "sha256-aPuDU8nbuk8f9sDy5eTllrueHbf5T099+8sm4lqmb94=";
  };

  nativeBuildInputs = [