nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #49452 from timokau/sympy-1.3

pythonPackages.sympy: 1.2 -> 1.3

authored by

Timo Kaufmann and committed by
GitHub
835df8a8 334dd6f9

+2 -2
+2 -2
pkgs/development/python-modules/sympy/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "sympy"; 11 - version = "1.2"; # Upgrades may break sage. Please test. 11 + version = "1.3"; # Upgrades may break sage. Please test or ping @timokau. 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "0pr2v7dl51ngch1cfs423qsb472l9ys1m8m7vrhhh99fsxqa0v18"; 15 + sha256 = "0m0vhyv15zszn19mk5xq3py4iijjbr7f3fpy1s57b8q7c9arncg1"; 16 16 }; 17 17 18 18 checkInputs = [ glibcLocales ];