Unverified Commit 9a3711f3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.subarulink: 0.7.16 -> 0.7.17 (#461723)

parents 40c81018 d06ff1f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "subarulink";
  version = "0.7.16";
  version = "0.7.17";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "G-Two";
    repo = "subarulink";
    tag = "v${version}";
    hash = "sha256-IrQlqvYZwQ9o7eBgmjOTA9leETgvC2Ek6ccsul2CTX0=";
    hash = "sha256-vmMvKDZV8jChLehgdSGWQdxWVylnKU2BWXSiG9zI/to=";
  };

  build-system = [ setuptools ];