From 4ae379489b239f9d704a8d119aa75c90078dd677 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 19 Jun 2024 09:09:04 +0200 Subject: [PATCH] python312Packages.requests-cache: 1.2.0 -> 1.2.1 Diff: https://github.com/requests-cache/requests-cache/compare/refs/tags/v1.2.0...v1.2.1 Changelog: https://github.com/requests-cache/requests-cache/blob/v1.2.1/HISTORY.md --- pkgs/development/python-modules/requests-cache/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/requests-cache/default.nix b/pkgs/development/python-modules/requests-cache/default.nix index cf282e472eb4..3df15dd5ca4e 100644 --- a/pkgs/development/python-modules/requests-cache/default.nix +++ b/pkgs/development/python-modules/requests-cache/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { pname = "requests-cache"; - version = "1.2.0"; + version = "1.2.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "requests-cache"; repo = "requests-cache"; rev = "refs/tags/v${version}"; - hash = "sha256-w1ptKi/MH3kGZxLMUNq/Gs6btGx+n2fG4nfQUXCXmiY="; + hash = "sha256-juRCcBUr+Ko6kVPpUapwRbUGqWLKaRiCqppOc3S5FMU="; }; nativeBuildInputs = [ poetry-core ];