python3Packages.xdis: 6.1.6 -> 6.1.8

This commit is contained in:
R. Ryantm
2025-10-18 10:42:05 +00:00
parent 5df9bd5a96
commit 79dec8752e
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "xdis";
version = "6.1.6";
version = "6.1.8";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rocky";
repo = "python-xdis";
tag = version;
hash = "sha256-G4BpvMYjBUBfStP1csfFaFCin0eYEnXwsztCS4amvdY=";
hash = "sha256-sAL2D7Rg/iyob2nawXX/b5F/uOGCMsb1q0ZnPLIfh6o=";
};
build-system = [