python312Packages.universal-pathlib: 0.2.5 -> 0.2.6
This commit is contained in:
parent
83b0c9fd14
commit
3303ee196e
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "universal-pathlib";
|
pname = "universal-pathlib";
|
||||||
version = "0.2.5";
|
version = "0.2.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "universal_pathlib";
|
pname = "universal_pathlib";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-6l1PuBeMKrRpz0+kbQzrFsyzeNpG27woqLnB7r3MxlU=";
|
hash = "sha256-UIF6rqqfQWPLHnb1vfhCB/oFznKLI/13lHmzRi5UMKw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user