From ea9a4ec86252191c459656fe8813ed85e7162716 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Jun 2025 09:57:51 +0000 Subject: [PATCH] python3Packages.pytest-ruff: 0.4.1 -> 0.5 --- pkgs/development/python-modules/pytest-ruff/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pytest-ruff/default.nix b/pkgs/development/python-modules/pytest-ruff/default.nix index e200d446385b..87335148514c 100644 --- a/pkgs/development/python-modules/pytest-ruff/default.nix +++ b/pkgs/development/python-modules/pytest-ruff/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "pytest-ruff"; - version = "0.4.1"; + version = "0.5"; pyproject = true; src = fetchFromGitHub { owner = "businho"; repo = "pytest-ruff"; tag = "v${version}"; - hash = "sha256-Ol+W5mDGMCwptuBa0b+Plkm64UUBf9bmr9YBo8g93Ok="; + hash = "sha256-fwtubbTRvPMSGhylP3H5zhIwHdeWeTbvxZY5doM+tvw="; }; build-system = [ @@ -48,7 +48,7 @@ buildPythonPackage rec { meta = { description = "A pytest plugin to run ruff"; homepage = "https://github.com/businho/pytest-ruff"; - changelog = "https://github.com/businho/pytest-ruff/releases/tag/v${version}"; + changelog = "https://github.com/businho/pytest-ruff/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ baloo ]; };