Unverified Commit 8b77b8b6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents a0474fa2 ca89f4e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };