python311Packages.requests-cache: 1.1.0 -> 1.1.1
Diff: https://github.com/requests-cache/requests-cache/compare/refs/tags/v1.1.0...v1.1.1 Changelog: https://github.com/requests-cache/requests-cache/blob/v1.1.1/HISTORY.md
This commit is contained in:
parent
f19ed42e16
commit
5784b8fd97
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "requests-cache";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -40,7 +40,7 @@ buildPythonPackage rec {
|
|||
owner = "requests-cache";
|
||||
repo = "requests-cache";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-kJqy7aK67JFtmsrwMtze/wTM9qch9YYj2eUzGJRJreQ=";
|
||||
hash = "sha256-0KBx6nplD/l8GZfMbyUtgHj2e4/vH9EAgdyNFm+kPyM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue