python312Packages.cachecontrol: 0.14.0 -> 0.14.1 (#354297)
This commit is contained in:
commit
ea039077b7
@ -15,10 +15,10 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cachecontrol";
|
||||
version = "0.14.0";
|
||||
version = "0.14.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
@ -26,12 +26,12 @@ buildPythonPackage rec {
|
||||
owner = "ionrock";
|
||||
repo = "cachecontrol";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-myyqiUGna+5S2GJGnwZTOfLh49NhjfHAvpUB49dQbgY=";
|
||||
hash = "sha256-qeTq2NfMOmNtjBItLmjxlaxqqy/Uvb6JfBpCBRvRLh4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit-core ];
|
||||
build-system = [ flit-core ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
msgpack
|
||||
requests
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user