mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 18:38:34 +00:00
python312Packages.simple-dftd3: 1.2.0 -> 1.2.1 (#362943)
This commit is contained in:
commit
0da0c88fca
@ -15,13 +15,13 @@ assert !blas.isILP64;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "simple-dftd3";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dftd3";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Yisqd31SHMBuhZ4+VwKlkSW+gjqLttcbKzKjGvez+xE=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-c4xctcMcPQ70ippqbwtinygmnZ5en6ZGF5/v0ZWtzys=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gfortran meson ninja pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user