Merge pull request #334551 from r-ryantm/auto-update/python312Packages.cashews

python312Packages.cashews: 7.1.0 -> 7.2.0
This commit is contained in:
lassulus
2024-08-15 07:41:32 +02:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "cashews";
version = "7.1.0";
version = "7.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Krukov";
repo = "cashews";
rev = "refs/tags/${version}";
hash = "sha256-VzIW6/xhKk+ZWd29BYQp6sjpBst8IVz8t/hCLc2LFT4=";
hash = "sha256-7T9M8ioeTjW7OmcHyxZ6awNfp9kVU8Hi+Lgy17jXxK4=";
};
build-system = [ setuptools ];