pythonPackages.pyunbound: 1.7.3 -> 1.9.0

This commit is contained in:
Michiel Leenaars 2019-02-26 18:27:34 +01:00
parent e933c7875b
commit 43bf31eb99

View file

@ -5,7 +5,7 @@ let
in stdenv.mkDerivation rec {
pname = "pyunbound";
name = "${pname}-${version}";
version = "1.7.3";
version = "1.9.0";
src = fetchurl {
url = "http://unbound.net/downloads/unbound-${version}.tar.gz";