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

python313Packages.lnkparse3: 1.5.0 -> 1.5.1 (#394702)

parents 8b06fd5a 26c884c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "lnkparse3";
  version = "1.5.0";
  version = "1.5.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "Matmaus";
    repo = "LnkParse3";
    tag = "v${version}";
    hash = "sha256-oyULNRjC0pcVUOeTjjW3g3mB7KySYcwAS+/KwQEIkK4=";
    hash = "sha256-ebaKVl7GFoJiyQR7x4AN9Md8dtuYUchaN8ORbUrj5DY=";
  };

  build-system = [ setuptools ];