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

Merge pull request #246971 from figsoda/upath

python310Packages.universal-pathlib: 0.0.24 -> 0.1.0
parents 7e282492 82fcb1d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "universal-pathlib";
  version = "0.0.24";
  version = "0.1.0";
  format = "pyproject";

  src = fetchPypi {
    pname = "universal_pathlib";
    inherit version;
    hash = "sha256-/L/7leS8afcEr13eT5piSyJp8lGjjIGri+wZ3+qtgw8=";
    hash = "sha256-LqzljIZUZh8zHvcyBqFHBbunpJVYFpk6mfuesVGyojg=";
  };

  nativeBuildInputs = [