mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python3Packages.sympy: 1.11.2 -> 1.12.0
This commit is contained in:
parent
ce48f9a269
commit
2dafa7e5f2
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sympy";
|
||||
version = "1.11.1";
|
||||
version = "1.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-4yOA3OY8t8AQjtUlVwCS/UUWi9ri+qF+UoIh73Lohlg=";
|
||||
hash = "sha256-6/WVyNrD4P3EFSxRh4tJg5bsfzDnqRTWBx5nTUlCD7g=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ glibcLocales ];
|
||||
|
Loading…
Reference in New Issue
Block a user