Commit 11bc6022 authored by R. RyanTM's avatar R. RyanTM
Browse files

spglib: 2.5.0 -> 2.6.0

parent abd72d8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

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

  src = fetchFromGitHub {
    owner = "spglib";
    repo = "spglib";
    rev = "v${version}";
    hash = "sha256-/PG+ewlxIyf5Au2kVvsAYCfGZgUOOEpA1uATu15ut+M=";
    hash = "sha256-rmQYFFfpyUhT9pfQZk1fN5tZWTg40wwtszhPhiZpXs4=";
  };

  nativeBuildInputs = [