about summary refs log tree commit diff
path: root/pkgs/development/python-modules/oelint-parser/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-24 00:14:19 +0000
committerGitHub <noreply@github.com>2024-03-24 00:14:19 +0000
commit31a14cb69ecad9f7e98605f349368314f90abc18 (patch)
treee21363787b08e9ea05a7c08094222fdbeaa64f8f /pkgs/development/python-modules/oelint-parser/default.nix
parentc774347c25bf4c7e0a47e84dcbe18ca2bb9363a6 (diff)
parent79863957ca9002b96ab3e107e8cfffbd49980e12 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/oelint-parser/default.nix')
-rw-r--r--pkgs/development/python-modules/oelint-parser/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/oelint-parser/default.nix b/pkgs/development/python-modules/oelint-parser/default.nix
index 57750768e4dba..ab9f362de4e6f 100644
--- a/pkgs/development/python-modules/oelint-parser/default.nix
+++ b/pkgs/development/python-modules/oelint-parser/default.nix
@@ -9,13 +9,13 @@
 
 buildPythonPackage rec {
   pname = "oelint-parser";
-  version = "3.3.1";
+  version = "3.4.0";
   format = "setuptools";
 
   src = fetchPypi {
     inherit version;
     pname = "oelint_parser";
-    hash = "sha256-+u0whEnzA5XZlqgTpQtGH25/krLLvNPycWXzBUedMRc=";
+    hash = "sha256-knMxVBibaX3wK7VNBODHeLeAbBOXHKNbyxjItiNcIfw=";
   };
 
   buildInputs = [ pip ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Alternative parser for bitbake recipes";
     homepage = "https://github.com/priv-kweihmann/oelint-parser";
-    changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/v${version}";
+    changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/${version}";
     license = licenses.bsd2;
     maintainers = with maintainers; [ otavio ];
   };