Merge pull request #16677 from womfoo/bump/bleachbit-1.12

bleachbit: 1.8 -> 1.12
This commit is contained in:
Joachim Fasting 2016-07-03 23:26:29 +02:00 committed by GitHub
commit 511caf3225

View File

@ -1,13 +1,13 @@
{ stdenv, pythonPackages, fetchurl }:
pythonPackages.buildPythonApplication rec {
name = "bleachbit-${version}";
version = "1.8";
version = "1.12";
namePrefix = "";
src = fetchurl {
url = "mirror://sourceforge/bleachbit/bleachbit-1.8.tar.bz2";
sha256 = "dbf50fcbf24b8b3dd1c4325cd62352628d089f88a76eab804df5d90c872ee592";
url = "mirror://sourceforge/bleachbit/${name}.tar.bz2";
sha256 = "1x58n429q1c77nfpf2g3vyh6yq8wha69zfzmxf1rvjvcvvmqs62m";
};
buildInputs = [ pythonPackages.wrapPython ];