From 4f55b8c0d6b9b3e667ebc5929387fa4c4a6bf388 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 2 Aug 2022 08:22:01 -0400 Subject: [PATCH] python3-frozendict: update to 2.3.4. --- srcpkgs/python3-frozendict/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template index 4badb45e2d8..94a682fd726 100644 --- a/srcpkgs/python3-frozendict/template +++ b/srcpkgs/python3-frozendict/template @@ -1,6 +1,6 @@ # Template file for 'python3-frozendict' pkgname=python3-frozendict -version=2.3.2 +version=2.3.4 revision=1 wrksrc="frozendict-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="Joel Beckmeyer " license="LGPL-3.0-only" homepage="https://github.com/Marco-Sulla/python-frozendict" distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz" -checksum=7fac4542f0a13fbe704db4942f41ba3abffec5af8b100025973e59dff6a09d0d +checksum=15b4b18346259392b0d27598f240e9390fafbff882137a9c48a1e0104fb17f78 do_check() { PYTHONPATH="$(cd build/lib* && pwd)" pytest3