Merge pull request #252043 from figsoda/upath

python310Packages.universal-pathlib: 0.1.1 -> 0.1.2

authored by Fabian Affolter and committed by GitHub a49d5948 4d92dccc

+5 -2
+5 -2
pkgs/development/python-modules/universal-pathlib/default.nix
··· 4 , setuptools 5 , setuptools-scm 6 , fsspec 7 }: 8 9 buildPythonPackage rec { 10 pname = "universal-pathlib"; 11 - version = "0.1.1"; 12 format = "pyproject"; 13 14 src = fetchPypi { 15 pname = "universal_pathlib"; 16 inherit version; 17 - hash = "sha256-UhTIbyEP6rm+W8wALwQtZeruw8CTP9ZlpDNstw6GxZ0="; 18 }; 19 20 nativeBuildInputs = [
··· 4 , setuptools 5 , setuptools-scm 6 , fsspec 7 + , pythonOlder 8 }: 9 10 buildPythonPackage rec { 11 pname = "universal-pathlib"; 12 + version = "0.1.2"; 13 format = "pyproject"; 14 15 + disabled = pythonOlder "3.8"; 16 + 17 src = fetchPypi { 18 pname = "universal_pathlib"; 19 inherit version; 20 + hash = "sha256-aJ4nAf717U7RmIjQrKCzVC/iSOCbEK3EMfX3R/hoBSo="; 21 }; 22 23 nativeBuildInputs = [