python312Packages.simple-dftd3: 1.1.1 -> 1.2.0 (#352209)

This commit is contained in:
Aleksana 2024-10-31 17:38:27 +08:00 committed by GitHub
commit 5c4aa7dd5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@ assert !blas.isILP64;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "simple-dftd3"; pname = "simple-dftd3";
version = "1.1.1"; version = "1.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dftd3"; owner = "dftd3";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-gN8uBc/Fk5U7wlBX1tkAWdxN9UW1Dv11GvaIBkEyBJw="; hash = "sha256-Yisqd31SHMBuhZ4+VwKlkSW+gjqLttcbKzKjGvez+xE=";
}; };
nativeBuildInputs = [ gfortran meson ninja pkg-config ]; nativeBuildInputs = [ gfortran meson ninja pkg-config ];