Skip to content

Commit a49d594

Browse files
authored
Merge pull request #252043 from figsoda/upath
python310Packages.universal-pathlib: 0.1.1 -> 0.1.2
2 parents 4d92dcc + e6699a5 commit a49d594

File tree

1 file changed

+5
-2
lines changed
  • pkgs/development/python-modules/universal-pathlib

1 file changed

+5
-2
lines changed

pkgs/development/python-modules/universal-pathlib/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44
, setuptools
55
, setuptools-scm
66
, fsspec
7+
, pythonOlder
78
}:
89

910
buildPythonPackage rec {
1011
pname = "universal-pathlib";
11-
version = "0.1.1";
12+
version = "0.1.2";
1213
format = "pyproject";
1314

15+
disabled = pythonOlder "3.8";
16+
1417
src = fetchPypi {
1518
pname = "universal_pathlib";
1619
inherit version;
17-
hash = "sha256-UhTIbyEP6rm+W8wALwQtZeruw8CTP9ZlpDNstw6GxZ0=";
20+
hash = "sha256-aJ4nAf717U7RmIjQrKCzVC/iSOCbEK3EMfX3R/hoBSo=";
1821
};
1922

2023
nativeBuildInputs = [

0 commit comments

Comments
 (0)