3
0
Fork 0
forked from mirrors/nixpkgs

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

spglib: 1.16.2 -> 1.16.3
This commit is contained in:
markuskowa 2021-12-15 20:00:48 +01:00 committed by GitHub
commit 2a34f30a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spglib";
version = "1.16.2";
version = "1.16.3";
src = fetchFromGitHub {
owner = "atztogo";
repo = "spglib";
rev = "v${version}";
sha256 = "1sbrk26xyvlhqxxv9cq2ycxwbiafgmh7lf221377zpqq8q3iavd7";
sha256 = "sha256-sM6+RBAVc2aJYlWatdD4nYZkFnaTFVjBzd/VDSSA+kk=";
};
nativeBuildInputs = [ cmake ];