Commit 73e9f4b6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.oelint-data: 1.0.26 -> 1.0.28

parent 984cd9c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "oelint-data";
  version = "1.0.26";
  version = "1.0.28";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-data";
    tag = version;
    hash = "sha256-lPlWBYKGJHy0VTSf4YSMqKqpxhMsSyQG4TP8Jg/cqlI=";
    hash = "sha256-y/feC6p7Aab2ypjIW5o7IurqlvN6V9Q20xTF4fDlDj4=";
  };

  build-system = [