Unverified Commit a49d5948 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #252043 from figsoda/upath

python310Packages.universal-pathlib: 0.1.1 -> 0.1.2
parents 4d92dccc e6699a5d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4,17 +4,20 @@
, setuptools
, setuptools-scm
, fsspec
, pythonOlder
}:

buildPythonPackage rec {
  pname = "universal-pathlib";
  version = "0.1.1";
  version = "0.1.2";
  format = "pyproject";

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "universal_pathlib";
    inherit version;
    hash = "sha256-UhTIbyEP6rm+W8wALwQtZeruw8CTP9ZlpDNstw6GxZ0=";
    hash = "sha256-aJ4nAf717U7RmIjQrKCzVC/iSOCbEK3EMfX3R/hoBSo=";
  };

  nativeBuildInputs = [