nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.sismic: 1.6.8 -> 1.6.10

This commit was automatically generated using update-python-libraries.

+4 -4
+4 -4
pkgs/development/python-modules/sismic/default.nix
··· 11 11 }: 12 12 13 13 let 14 - version = "1.6.8"; 14 + version = "1.6.10"; 15 15 in 16 - buildPythonPackage { 16 + buildPythonPackage rec { 17 17 pname = "sismic"; 18 18 inherit version; 19 19 pyproject = true; ··· 24 24 owner = "AlexandreDecan"; 25 25 repo = "sismic"; 26 26 tag = version; 27 - hash = "sha256-0g39jJI3UIniJY/oHQMZ53GCOJIbqdVeOED9PWxlw6E="; 27 + hash = "sha256-FUjOn2b4nhHf2DfYbY+wsRMaVEG90nPgLlNbNTiq3fQ="; 28 28 }; 29 29 30 30 pythonRelaxDeps = [ "behave" ]; ··· 50 50 ]; 51 51 52 52 meta = { 53 - changelog = "https://github.com/AlexandreDecan/sismic/releases/tag/${version}"; 53 + changelog = "https://github.com/AlexandreDecan/sismic/releases/tag/${src.tag}"; 54 54 description = "Sismic Interactive Statechart Model Interpreter and Checker"; 55 55 homepage = "https://github.com/AlexandreDecan/sismic"; 56 56 license = lib.licenses.lgpl3Only;