lol

python3Packages.sympy: 1.11.2 -> 1.12.0

authored by

Chris Pattison and committed by
Martin Weinelt
2dafa7e5 ce48f9a2

+2 -2
+2 -2
pkgs/development/python-modules/sympy/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "sympy"; 10 - version = "1.11.1"; 10 + version = "1.12"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-4yOA3OY8t8AQjtUlVwCS/UUWi9ri+qF+UoIh73Lohlg="; 14 + hash = "sha256-6/WVyNrD4P3EFSxRh4tJg5bsfzDnqRTWBx5nTUlCD7g="; 15 15 }; 16 16 17 17 nativeCheckInputs = [ glibcLocales ];