Merge pull request #207411 from r-ryantm/auto-update/python3.10-xdis

python310Packages.xdis: 6.0.4 -> 6.0.5
This commit is contained in:
Jonas Heinrich 2022-12-24 23:55:22 +01:00 committed by GitHub
commit 94054d97ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "xdis";
version = "6.0.4";
version = "6.0.5";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
hash = "sha256-CRZG898xCwukq+9YVkyXMP8HcuJ9GtvDhy96kxvRFks=";
rev = "refs/tags/${version}";
hash = "sha256-3mL0EuPHF/dithovrYvMjweYGwGhrN75N9MRfLjNC34=";
};
postPatch = ''