mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
python312Packages.meep: 1.29.0 -> 1.30.0 (#395519)
This commit is contained in:
commit
4195e28e32
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,13 @@ assert !lapack.isILP64;
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "meep";
|
||||
version = "1.29.0";
|
||||
version = "1.30.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NanoComp";
|
||||
repo = pname;
|
||||
tag = "v${version}";
|
||||
hash = "sha256-TB85obdk8pSWRaz3+3I6P6+dQtCHosWHRnKGck/wG9Q=";
|
||||
hash = "sha256-9cQHvwUAeop5dRMVvedph+KQvTcmnkHdfqPQlSY280c=";
|
||||
};
|
||||
|
||||
format = "other";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue