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 4 , setuptools 5 5 , setuptools-scm 6 6 , fsspec 7 + , pythonOlder 7 8 }: 8 9 9 10 buildPythonPackage rec { 10 11 pname = "universal-pathlib"; 11 - version = "0.1.1"; 12 + version = "0.1.2"; 12 13 format = "pyproject"; 13 14 15 + disabled = pythonOlder "3.8"; 16 + 14 17 src = fetchPypi { 15 18 pname = "universal_pathlib"; 16 19 inherit version; 17 - hash = "sha256-UhTIbyEP6rm+W8wALwQtZeruw8CTP9ZlpDNstw6GxZ0="; 20 + hash = "sha256-aJ4nAf717U7RmIjQrKCzVC/iSOCbEK3EMfX3R/hoBSo="; 18 21 }; 19 22 20 23 nativeBuildInputs = [