Merge pull request #274142 from foo-dogsquared/update-bleachbit

bleachbit: 4.4.0 -> 4.6.0
This commit is contained in:
Peder Bergebakken Sundt
2024-06-11 11:02:31 +02:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
python3Packages.buildPythonApplication rec {
pname = "bleachbit";
version = "4.4.0";
version = "4.6.0";
format = "other";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "0kqqfzq6bh03n7kxb9vd483bqi1cklfvj35a7h4iqk96sq1xv8z6";
sha256 = "sha256-UwUphuUeXFy71I+tmKnRH858dPrA2+xDxnG9h26a+kE=";
};
nativeBuildInputs = [