python312Packages.sismic: 1.6.7 -> 1.6.8

This commit is contained in:
Pol Dellaiera
2024-11-12 08:14:15 +01:00
parent fa72bc2abc
commit b6098e4888

View File

@@ -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" ];