python3Packages.xdis: 6.1.3 -> 6.1.4

This commit is contained in:
R. Ryantm 2025-06-01 14:40:15 +00:00
parent c51f96fa0b
commit 1e76f45c06

View file

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