python3Packages.pysunspec2: 1.3.3 -> 1.3.5

This commit is contained in:
R. Ryantm
2026-04-22 20:15:14 +00:00
parent 5fbed93b08
commit ca89f4e47f
@@ -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;
};