Commit b6098e48 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

python312Packages.sismic: 1.6.7 -> 1.6.8

parent fa72bc2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
}:

let
  version = "1.6.7";
  version = "1.6.8";
in
buildPythonPackage {
  pname = "sismic";
@@ -24,7 +24,7 @@ buildPythonPackage {
    owner = "AlexandreDecan";
    repo = "sismic";
    rev = "refs/tags/${version}";
    hash = "sha256-EP78Wc2f6AKqbGBW8wVP0wogEbTo0ndjlRRd+fsUvCo=";
    hash = "sha256-0g39jJI3UIniJY/oHQMZ53GCOJIbqdVeOED9PWxlw6E=";
  };

  pythonRelaxDeps = [ "behave" ];