Skip to content

Commit ecd73d2

Browse files
authored
python3Packages.oelint-data: 1.0.10 -> 1.0.11 (#404608)
2 parents 5fdfa90 + 96e6ba6 commit ecd73d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/oelint-data/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "oelint-data";
11-
version = "1.0.10";
11+
version = "1.0.11";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "priv-kweihmann";
1616
repo = "oelint-data";
1717
tag = version;
18-
hash = "sha256-lBy/aGxcmJ3v5f+0YAJtuk0IK4WpL5iFrgKjyoLswro=";
18+
hash = "sha256-i3HxvEaWfrRwOSXZiqukyiUl24pYQnH0JO+Are3AWrc=";
1919
};
2020

2121
build-system = [

0 commit comments

Comments
 (0)