Merge pull request #79408 from r-ryantm/auto-update/bleachbit

bleachbit: 3.0 -> 3.2.0
This commit is contained in:
Ryan Mulligan 2020-02-07 19:46:57 -08:00 committed by GitHub
commit 27c3d36741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
pythonPackages.buildPythonApplication rec {
pname = "bleachbit";
version = "3.0";
version = "3.2.0";
format = "other";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "18ns9hms671b4l0189m1m2agprkydnpvyky9q2f5hxf35i9cn67d";
sha256 = "1sszpn7ifiry0wwmkzdppzh61zvgrfypm9g7wk6q1ya20qhb5b51";
};
nativeBuildInputs = [