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

python3Packages.pysunspec2: 1.2.1 -> 1.3.2

https://github.com/sunspec/pysunspec2/releases/tag/v1.3.2

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

+2 -2
+2 -2
pkgs/development/python-modules/pysunspec2/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pysunspec2"; 14 - version = "1.2.1"; 14 + version = "1.3.2"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.5"; ··· 20 20 owner = "sunspec"; 21 21 repo = "pysunspec2"; 22 22 tag = "v${version}"; 23 - hash = "sha256-N3Daa1l2uzRbj2GpgdulzNhqxtRLvxZuEHxlKMsAdso="; 23 + hash = "sha256-a5dync6B0KA1Qus/3xfDzASirEh7yLuiUrQXB2jMVQw="; 24 24 fetchSubmodules = true; 25 25 }; 26 26