Commit 6ce2b613 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.xknx: 3.10.0 -> 3.10.1

parent ffd468f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "xknx";
  version = "3.10.0";
  version = "3.10.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "XKNX";
    repo = "xknx";
    tag = version;
    hash = "sha256-tkZ0Hltpd5DARxYc05LjDTlB62jsJJJ8v/oUuVPT/uo=";
    hash = "sha256-vyGQ1e4MDkCau1hQkcxKfUgEo9PYUXzeky4LSqOW93E=";
  };

  build-system = [ setuptools ];