mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
mpmath: 0.17 -> 0.19
This commit is contained in:
parent
a70f512460
commit
646cd4260d
@ -8106,11 +8106,11 @@ let
|
||||
};
|
||||
|
||||
mpmath = buildPythonPackage rec {
|
||||
name = "mpmath-0.17";
|
||||
name = "mpmath-0.19";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://mpmath.googlecode.com/files/${name}.tar.gz";
|
||||
sha256 = "1blgzwq4irzaf8abb4z0d2r48903n9zxf51fhnv3gv09bgxjqzxh";
|
||||
url = "https://pypi.python.org/packages/source/m/mpmath/${name}.tar.gz";
|
||||
sha256 = "08ijsr4ifrqv3cjc26mkw0dbvyygsa99in376hr4b96ddm1gdpb8";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user