Merge pull request #15475 from matthiasbeyer/update-pkgs

Update my pkgs
This commit is contained in:
Franz Pletz 2016-05-31 13:41:38 +02:00
commit c64a3de27c
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, ncurses }: { stdenv, fetchurl, ncurses }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.0.5"; version = "1.0.6";
name = "mdp-${version}"; name = "mdp-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/visit1985/mdp/archive/${version}.tar.gz"; url = "https://github.com/visit1985/mdp/archive/${version}.tar.gz";
sha256 = "0ckd9k5571zc7pzxdx84gv8k103d5qp49f2i477a395fy2pnq4m8"; sha256 = "1m6qbqr9kfj27qf27gkgqr1jpf7z0xym71w61pnjwsmcryp0db19";
}; };
makeFlags = "PREFIX=$(out)"; makeFlags = "PREFIX=$(out)";

View File

@ -6549,12 +6549,12 @@ in modules // {
}; };
httpauth = buildPythonPackage rec { httpauth = buildPythonPackage rec {
version = "0.2"; version = "0.3";
name = "httpauth-${version}"; name = "httpauth-${version}";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/h/httpauth/${name}.tar.gz"; url = "mirror://pypi/h/httpauth/${name}.tar.gz";
sha256 = "294029b5dfed27bca5746a31e3ffb5ed99268761536705e8bbd44231b7ca15ec"; sha256 = "0qas7876igyz978pgldp5r7n7pis8n4vf0v87gxr9l7p7if5lr3l";
}; };
doCheck = false; doCheck = false;
@ -19236,12 +19236,12 @@ in modules // {
}; };
requests_toolbelt = buildPythonPackage rec { requests_toolbelt = buildPythonPackage rec {
version = "0.6.0"; version = "0.6.2";
name = "requests-toolbelt-${version}"; name = "requests-toolbelt-${version}";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/sigmavirus24/requests-toolbelt/archive/${version}.tar.gz"; url = "https://github.com/sigmavirus24/requests-toolbelt/archive/${version}.tar.gz";
sha256 = "192pz6i1fp8vc1qasg6ccxpdsmpbqi3fqf5bgx3vpadp5x0rrz4f"; sha256 = "0ds1b2qx0nx9bqj1sqgr4lmanb4hpchmylp1hml1l0p71qi5ha0r";
}; };
propagatedBuildInputs = with self; [ requests2 ]; propagatedBuildInputs = with self; [ requests2 ];