mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 18:44:07 +00:00
python3Packages.meep: 1.25.0 -> 1.27.0
This commit is contained in:
parent
e755f15b53
commit
1788ca7d64
@ -33,13 +33,13 @@ assert !lapack.isILP64;
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "meep";
|
||||
version = "1.25.0";
|
||||
version = "1.27.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NanoComp";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-4rIz2RXLSWzZbRuv8d4nidOa0ULYc4QHIdaYrGu1WkI=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-9ha6YPlvq2HUTuEqngFOAJUqCahBi7L7O8qsIMMfbrY=";
|
||||
};
|
||||
|
||||
format = "other";
|
||||
|
Loading…
Reference in New Issue
Block a user