From 3f880bc75c55351864503156f2fcb477bc75fa6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 11 Sep 2026 09:52:27 -0700 Subject: [PATCH] python3Packages.pyreqwest: 0.12.4 -> 0.13.0 Diff: https://github.com/MarkusSintonen/pyreqwest/compare/v0.12.4...v0.13.0 Changelog: https://github.com/MarkusSintonen/pyreqwest/releases/tag/v0.13.0 --- pkgs/development/python-modules/pyreqwest/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pyreqwest/default.nix b/pkgs/development/python-modules/pyreqwest/default.nix index 4824d9a6f6b6..12246edacc02 100644 --- a/pkgs/development/python-modules/pyreqwest/default.nix +++ b/pkgs/development/python-modules/pyreqwest/default.nix @@ -20,19 +20,19 @@ buildPythonPackage (finalAttrs: { pname = "pyreqwest"; - version = "0.12.4"; + version = "0.13.0"; pyproject = true; src = fetchFromGitHub { owner = "MarkusSintonen"; repo = "pyreqwest"; tag = "v${finalAttrs.version}"; - hash = "sha256-tcvIuB+w+D77OMdwLdQ6TftR7QGEs/Dw5XyIbX8jtqI="; + hash = "sha256-j8/EGxoXxNfI2wSWZ67dkOi7VImtDlRA+di5+RDdM/Q="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; - hash = "sha256-NKbAkADPbWV8tvoPCftoQqitDiJSivXO1j70Hkcbgho="; + hash = "sha256-f+LFfMND0WPu/zRWO6DoNxqHq/L3LCM+wOTXe5Nm+Og="; }; build-system = [