Merge pull request #292440 from r-ryantm/auto-update/python312Packages.userpath

python312Packages.userpath: 1.9.1 -> 1.9.2
This commit is contained in:
Fabian Affolter 2024-03-01 00:19:40 +01:00 committed by GitHub
commit e928c4631c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "userpath";
version = "1.9.1";
format = "pyproject";
version = "1.9.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zoF2co2YyRS2QBeBvzsj/M2WjRZHU5yHiMcBA3XgJ5Y=";
hash = "sha256-bFIojasGklfMgxhG0V1IEzUiRV1Gd+5pqXgfEdvv2BU=";
};
nativeBuildInputs = [