mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python310Packages.qutip: 4.6.2 -> 4.6.3
This commit is contained in:
parent
560bf3f760
commit
59ff9fb837
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qutip";
|
pname = "qutip";
|
||||||
version = "4.6.2";
|
version = "4.6.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "04g7ixq1yrrid4lliqbcamnzyw5r0fjbl8ipklps234hvsjfwmxb";
|
sha256 = "sha256-11K7Tl7PE98nM2vGsa+OKIJYu0Wmv8dT700PDt9RRVk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# QuTiP says it needs specific (old) Numpy versions. We overwrite them here
|
# QuTiP says it needs specific (old) Numpy versions. We overwrite them here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue