python3Packages.pysunspec2: 1.3.3 -> 1.3.5 (#512514)

This commit is contained in:
Nick Cao
2026-04-23 20:24:01 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pysunspec2";
version = "1.3.3";
version = "1.3.5";
pyproject = true;
src = fetchFromGitHub {
owner = "sunspec";
repo = "pysunspec2";
tag = "v${version}";
hash = "sha256-mVx8Rt5GLyQ2ss0iJPi32Fhl9pD7hsXxW94p+8ri+w4=";
hash = "sha256-5iexVb6qXHmVczLydjXu+blGm9zwKGqUBLDUwl8HBrs=";
fetchSubmodules = true;
};