bleach: 4.6.0 -> 5.0.0 (#434905)

This commit is contained in:
Matteo Pacini 2025-08-19 08:28:19 +01:00 committed by GitHub
commit 5fe27e69db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
python3Packages.buildPythonApplication rec {
pname = "bleachbit";
version = "4.6.0";
version = "5.0.0";
format = "other";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-UwUphuUeXFy71I+tmKnRH858dPrA2+xDxnG9h26a+kE=";
sha256 = "sha256-CU5IW8NVWuPl4PHu6mYpD5mOpRiDq6oZk9pDmuz8PjA=";
};
nativeBuildInputs = [