mctc-lib: 0.3.1 -> 0.3.2 (#338185)

This commit is contained in:
Fabián Heredia Montiel 2024-09-01 19:40:01 -06:00 committed by GitHub
commit f4ffa32e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "mctc-lib";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "grimme-lab";
repo = pname;
rev = "v${version}";
hash = "sha256-AXjg/ZsitdDf9fNoGVmVal1iZ4/sxjJb7A9W4yye/rg=";
hash = "sha256-dJYKnGlcc4N40h1RnP6MJyBj70/8kb1q4OyKTmlvS70=";
};
nativeBuildInputs = [ gfortran meson ninja pkg-config python3 ];