python3Packages.cached-ipaddress: 1.0.1 -> 1.1.1 (#524063)

This commit is contained in:
Sandro
2026-05-26 16:34:59 +00:00
committed by GitHub
@@ -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 = [