python3Packages.xdg: 5.0.1 -> 5.0.2

This commit is contained in:
Jonathan Ringer 2021-05-20 22:16:32 -07:00
parent 788deaad9d
commit 97e3593522
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -5,7 +5,7 @@
}:
buildPythonPackage rec {
version = "5.0.1";
version = "5.0.2";
pname = "xdg";
disabled = isPy27;
format = "pyproject";
@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = "srstevenson";
repo = pname;
rev = version;
sha256 = "sha256-WMY9Hs9SbErTp8hVBoCWTz4dLQhuzqTRpXFEyE7+woo=";
sha256 = "sha256-wZfihMrq83Bye5CE5p7bTlI9Z7CsCkSd8Art5ws4vsY=";
};
nativeBuildInputs = [ poetry-core ];