python3Packages.safehttpx: 0.1.6 -> 0.1.7

This commit is contained in:
R. Ryantm
2025-10-25 06:02:06 +00:00
parent c9f97ce391
commit 0397f9fae2
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "safehttpx";
version = "0.1.6";
version = "0.1.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-s1a/yCzuOiTDlblKLb6rvtYK/xql+jtf6XxPJFbrzkI=";
hash = "sha256-2yAcCXjEHt24u0gPPu5Z3WcwT92RZGA16dmnIASanSM=";
};
build-system = [