python3Packages.xdg: 5.1.1 -> 6.0.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:39 +02:00
parent 6a31b3e762
commit 4fa3e36493
@@ -5,7 +5,7 @@
}:
buildPythonPackage rec {
version = "5.1.1";
version = "6.0.0";
pname = "xdg";
disabled = isPy27;
format = "pyproject";
@@ -13,8 +13,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "srstevenson";
repo = pname;
rev = version;
hash = "sha256-z/Zvo2WGw9qA+M3Pt9r35DuxtuhL7/I75LlFEdDOJcc=";
rev = "refs/tags/${version}";
hash = "sha256-yVuruSKv99IZGNCpY9cKwAe6gJNAWjL+Lol2D1/0hiI=";
};
nativeBuildInputs = [ poetry-core ];