python3Packages.cached-ipaddress: 1.0.1 -> 1.1.1

This commit is contained in:
R. Ryantm
2026-05-25 15:28:11 +00:00
parent 413bf4131d
commit 80d2079c72
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "cached-ipaddress";
version = "1.0.1";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "cached-ipaddress";
tag = "v${version}";
hash = "sha256-/bq9RZcC6VDK5JxT1QcAJpWNmioNqOearYc34KsCvHs=";
hash = "sha256-VIIcScaZwd5BAidgG30edYsAQaFnqxEQX+F/t+HR278=";
};
build-system = [