summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-03 12:26:12 +0900
committerGitHub <noreply@github.com>2023-11-03 12:26:12 +0900
commit035135ab48768c646af1df9c97fe3313e61ff394 (patch)
treed3f4379fb3c7e9ee94c2b2be9d9f517041a50c4e
parentb65f481f0f3fde4f9971f2d9f82f22f4e8d7cb4a (diff)
parent92e191bf9ec398edabf5355576c4ff355615ff1f (diff)
downloadnixpkgs-035135ab48768c646af1df9c97fe3313e61ff394.tar
nixpkgs-035135ab48768c646af1df9c97fe3313e61ff394.tar.gz
nixpkgs-035135ab48768c646af1df9c97fe3313e61ff394.tar.bz2
nixpkgs-035135ab48768c646af1df9c97fe3313e61ff394.tar.lz
nixpkgs-035135ab48768c646af1df9c97fe3313e61ff394.tar.xz
nixpkgs-035135ab48768c646af1df9c97fe3313e61ff394.tar.zst
nixpkgs-035135ab48768c646af1df9c97fe3313e61ff394.zip
Merge pull request #265106 from r-ryantm/auto-update/oelint-adv
oelint-adv: 3.26.1 -> 3.26.2
-rw-r--r--pkgs/by-name/oe/oelint-adv/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/oe/oelint-adv/package.nix b/pkgs/by-name/oe/oelint-adv/package.nix
index f77ca05a634..6aa02d62fe2 100644
--- a/pkgs/by-name/oe/oelint-adv/package.nix
+++ b/pkgs/by-name/oe/oelint-adv/package.nix
@@ -6,13 +6,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "oelint-adv";
-  version = "3.26.1";
+  version = "3.26.2";
   format = "setuptools";
 
   src = fetchPypi {
     inherit version;
     pname = "oelint_adv";
-    hash = "sha256-xQC3y9YeY8o4L4pLV+nLs1Ao8KH6q1BprwTeUm8f+2w=";
+    hash = "sha256-tR4CB4i91XHoyFtZH1LsDxVI791v0LCtvCd28Ahlxlc=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [