python312Packages.xdg-base-dirs: 6.0.1 -> 6.0.2

This commit is contained in:
R. Ryantm 2024-10-20 03:13:18 +00:00
parent 75d8eea61e
commit 66a1bc5b06

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "xdg-base-dirs";
version = "6.0.1";
version = "6.0.2";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "srstevenson";
repo = "xdg-base-dirs";
rev = version;
hash = "sha256-nbdF1tjVqlxwiGW0pySS6HyJbmNuQ7mVdQYfhofO4Dk=";
rev = "refs/tags/${version}";
hash = "sha256-iXK9WURTfmpl5vd7RsT0ptwfrb5UQQFqMMCu3+vL+EY=";
};
nativeBuildInputs = [ poetry-core ];