pythonPackages.pyunbound: 1.7.3 -> 1.9.0
This commit is contained in:
parent
e933c7875b
commit
43bf31eb99
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "pyunbound";
|
pname = "pyunbound";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "1.7.3";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://unbound.net/downloads/unbound-${version}.tar.gz";
|
url = "http://unbound.net/downloads/unbound-${version}.tar.gz";
|
||||||
|
|
Loading…
Reference in a new issue