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

Merge pull request #262177 from figsoda/upath

python310Packages.universal-pathlib: 0.1.3 -> 0.1.4
parents b4f5ac7b 602788c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "universal-pathlib";
  version = "0.1.3";
  version = "0.1.4";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "universal_pathlib";
    inherit version;
    hash = "sha256-GgUqteBRcwHfZr5lF+n+Y82fwAgT5c5xpzcBRBrCtcg=";
    hash = "sha256-guXYbRaifg6hrcfYisvLqdAtWkVIgWMXT5bZrCidsuQ=";
  };

  nativeBuildInputs = [