We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fdfa90 + 96e6ba6 commit ecd73d2Copy full SHA for ecd73d2
pkgs/development/python-modules/oelint-data/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "oelint-data";
11
- version = "1.0.10";
+ version = "1.0.11";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "priv-kweihmann";
16
repo = "oelint-data";
17
tag = version;
18
- hash = "sha256-lBy/aGxcmJ3v5f+0YAJtuk0IK4WpL5iFrgKjyoLswro=";
+ hash = "sha256-i3HxvEaWfrRwOSXZiqukyiUl24pYQnH0JO+Are3AWrc=";
19
};
20
21
build-system = [
0 commit comments