mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
pythonPackages.cypari2: 1.2.1 -> 1.3.1
This commit is contained in:
parent
db75fe7313
commit
9512841e89
1 changed files with 3 additions and 2 deletions
|
@ -11,11 +11,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cypari2";
|
||||
version = "1.2.1";
|
||||
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
|
||||
version = "1.3.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0v2kikwf0advq8j76nwzhlacwj1yys9cvajm4fqgmasjdsnf1q4k";
|
||||
sha256 = "04f00xp8aaz37v00iqg1mv5wjq00a5qhk8cqa93s13009s9x984r";
|
||||
};
|
||||
|
||||
# This differs slightly from the default python installPhase in that it pip-installs
|
||||
|
|
Loading…
Reference in a new issue