python312Packages.userpath: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm
2024-02-29 22:10:56 +00:00
parent 44c70a3707
commit a916bccc19
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "userpath";
version = "1.9.1";
version = "1.9.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zoF2co2YyRS2QBeBvzsj/M2WjRZHU5yHiMcBA3XgJ5Y=";
hash = "sha256-bFIojasGklfMgxhG0V1IEzUiRV1Gd+5pqXgfEdvv2BU=";
};
nativeBuildInputs = [