We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8680adf + baaedf1 commit 8bd3fdeCopy full SHA for 8bd3fde
pkgs/development/python-modules/universal-pathlib/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "universal-pathlib";
13
- version = "0.2.4";
+ version = "0.2.5";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
17
18
src = fetchPypi {
19
pname = "universal_pathlib";
20
inherit version;
21
- hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs=";
+ hash = "sha256-6l1PuBeMKrRpz0+kbQzrFsyzeNpG27woqLnB7r3MxlU=";
22
};
23
24
build-system = [
0 commit comments