Unverified Commit 52d87457 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.pyisy: 3.4.0 -> 3.4.1 (#404627)

parents dc308611 5f72ae74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pyisy";
  version = "3.4.0";
  version = "3.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "automicus";
    repo = "PyISY";
    tag = "v${version}";
    hash = "sha256-rXSkDG7AK8+r4x3ttk7GJw1hH+xLLVx0gTGK0PvQNfE=";
    hash = "sha256-9gGrrFh5xCuX4GjF6a6RRGkpF/rH07Zz0nyKvgwgEkU=";
  };

  postPatch = ''