about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-10-22 13:26:13 +0200
committerTimo Kaufmann <timokau@zoho.com>2018-10-22 14:52:19 +0200
commit9512841e89e298e40815eea7779973c7905f7a1f (patch)
tree53cb6ff16bab81ad575c4fae2759b3002029e9cf
parentdb75fe73138cadea7011b59afda7b684321075d7 (diff)
downloadnixlib-9512841e89e298e40815eea7779973c7905f7a1f.tar
nixlib-9512841e89e298e40815eea7779973c7905f7a1f.tar.gz
nixlib-9512841e89e298e40815eea7779973c7905f7a1f.tar.bz2
nixlib-9512841e89e298e40815eea7779973c7905f7a1f.tar.lz
nixlib-9512841e89e298e40815eea7779973c7905f7a1f.tar.xz
nixlib-9512841e89e298e40815eea7779973c7905f7a1f.tar.zst
nixlib-9512841e89e298e40815eea7779973c7905f7a1f.zip
pythonPackages.cypari2: 1.2.1 -> 1.3.1
-rw-r--r--pkgs/development/python-modules/cypari2/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cypari2/default.nix b/pkgs/development/python-modules/cypari2/default.nix
index 6df19e4c94be..a77e98dae4c8 100644
--- a/pkgs/development/python-modules/cypari2/default.nix
+++ b/pkgs/development/python-modules/cypari2/default.nix
@@ -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