Merge pull request #287996 from r-ryantm/auto-update/spglib

spglib: 2.3.0 -> 2.3.1
This commit is contained in:
markuskowa 2024-02-11 17:14:28 +01:00 committed by GitHub
commit 0db2b0471e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spglib";
version = "2.3.0"; # N.B: if you change this, please update: pythonPackages.spglib
version = "2.3.1"; # N.B: if you change this, please update: pythonPackages.spglib
src = fetchFromGitHub {
owner = "spglib";
repo = "spglib";
rev = "v${version}";
hash = "sha256-S/i0sIg7VwgpnB2Uo0d4FdVcSIb5tcGJ+0URmkNkxe8=";
hash = "sha256-MOre1LGf7Li+tAqtzpuEvAX6q/P0ueDlMXhhmtiE+jw=";
};
nativeBuildInputs = [ cmake gfortran gtest ];