python3Packages.xdis: 6.1.4 -> 6.1.5

This commit is contained in:
R. Ryantm
2025-07-27 10:25:26 +00:00
parent 286ea57c5e
commit e26067cc62

View File

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