python3Packages.xdis: 6.1.3 -> 6.1.4 (#412959)

This commit is contained in:
Jonas Heinrich 2025-06-02 13:16:34 +02:00 committed by GitHub
commit bbf996c730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "xdis"; pname = "xdis";
version = "6.1.3"; version = "6.1.4";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rocky"; owner = "rocky";
repo = "python-xdis"; repo = "python-xdis";
tag = version; tag = version;
hash = "sha256-fdLZg3MFMS9EIPC5EPE8DAT6K5a6l780msCfzTiZwoo="; hash = "sha256-thgHaxEEXmkrJlkl9kF6ocKRrnWOuESTxQrdtM+uH1o=";
}; };
build-system = [ build-system = [