mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
python33Packages.manuel: update from 1.6.0 to 1.6.1
This commit is contained in:
parent
755439bbf7
commit
cfc84230eb
|
@ -3364,11 +3364,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
|
||||
manuel = buildPythonPackage rec {
|
||||
name = "manuel-${version}";
|
||||
version = "1.6.0";
|
||||
version = "1.6.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/m/manuel/${name}.tar.gz";
|
||||
md5 = "53d6a6905301a20f6095e41d11968fff";
|
||||
sha256 = "1h35ys31zkjd9jssqn9lzwmw8s17ikr4jn2xp5zby1v771ibbbqr";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six zope_testing ];
|
||||
|
|
Loading…
Reference in a new issue