python3Packages.pycookiecheat: 0.8.0 -> 0.11

https://github.com/n8henrie/pycookiecheat/blob/0.11/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:55 +01:00
parent 1223580b2b
commit ac4e9be635
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pycookiecheat";
version = "0.8.0";
version = "0.11";
pyproject = true;
src = fetchFromGitHub {
owner = "n8henrie";
repo = "pycookiecheat";
tag = "v${version}";
hash = "sha256-jOyTfh2ZhKW/pMU7T5tfxaM0l/g59N+mirnbc0FLPbQ=";
tag = version;
hash = "sha256-hP4J41ctAkrC6HIeKu6ITzK3W0PB7/tCz0cjP42I/J8=";
};
pythonRelaxDeps = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = {
description = "Borrow cookies from your browser's authenticated session for use in Python scripts";
homepage = "https://github.com/n8henrie/pycookiecheat";
changelog = "https://github.com/n8henrie/pycookiecheat/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/n8henrie/pycookiecheat/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
fab