lol

python3Packages.xdis: 5.0.11 -> 6.0.2

+2 -2
+2 -2
pkgs/development/python-modules/xdis/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "xdis"; 9 - version = "5.0.11"; 9 + version = "6.0.2"; 10 10 disabled = isPy27; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "rocky"; 14 14 repo = "python-xdis"; 15 15 rev = version; 16 - sha256 = "sha256-KTPu0+bERLRCVESqJgBPtcftlniWl2+C9GDcf84ssiA="; 16 + sha256 = "sha256-P8mUkAO3usFCE+E9cna2x1iA2uyHVPX9FHDpX+kTFWQ="; 17 17 }; 18 18 19 19 checkInputs = [ pytest ];