Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-22 12:27:09 +00:00
committed by GitHub
22 changed files with 550 additions and 26 deletions

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 ];