Skip to content

Commit 433d437

Browse files
authored
spglib: 2.5.0 -> 2.6.0 (#388677)
2 parents 7800b60 + 11bc602 commit 433d437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/spglib/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "spglib";
13-
version = "2.5.0"; # N.B: if you change this, please update: pythonPackages.spglib
13+
version = "2.6.0"; # N.B: if you change this, please update: pythonPackages.spglib
1414

1515
src = fetchFromGitHub {
1616
owner = "spglib";
1717
repo = "spglib";
1818
rev = "v${version}";
19-
hash = "sha256-/PG+ewlxIyf5Au2kVvsAYCfGZgUOOEpA1uATu15ut+M=";
19+
hash = "sha256-rmQYFFfpyUhT9pfQZk1fN5tZWTg40wwtszhPhiZpXs4=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)