python312Packages.sismic: 1.6.7 -> 1.6.8 (#355367)

authored by Pol Dellaiera and committed by GitHub c2bf12de d78511dc

+2 -2
+2 -2
pkgs/development/python-modules/sismic/default.nix
··· 11 }: 12 13 let 14 - version = "1.6.7"; 15 in 16 buildPythonPackage { 17 pname = "sismic"; ··· 24 owner = "AlexandreDecan"; 25 repo = "sismic"; 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-EP78Wc2f6AKqbGBW8wVP0wogEbTo0ndjlRRd+fsUvCo="; 28 }; 29 30 pythonRelaxDeps = [ "behave" ];
··· 11 }: 12 13 let 14 + version = "1.6.8"; 15 in 16 buildPythonPackage { 17 pname = "sismic"; ··· 24 owner = "AlexandreDecan"; 25 repo = "sismic"; 26 rev = "refs/tags/${version}"; 27 + hash = "sha256-0g39jJI3UIniJY/oHQMZ53GCOJIbqdVeOED9PWxlw6E="; 28 }; 29 30 pythonRelaxDeps = [ "behave" ];