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

python312Packages.universal-pathlib: 0.2.3 -> 0.2.4 (#340424)

parents 7dbea94f 32d76082
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -10,23 +10,23 @@

buildPythonPackage rec {
  pname = "universal-pathlib";
  version = "0.2.3";
  format = "pyproject";
  version = "0.2.4";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "universal_pathlib";
    inherit version;
    hash = "sha256-IvXyif7exLZjlWWWdCZS4hd7yiRmG2yKFz9ZdM/uAFI=";
    hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
    setuptools-scm
  ];

  propagatedBuildInputs = [ fsspec ];
  dependencies = [ fsspec ];

  pythonImportsCheck = [ "upath" ];