Merge pull request #80515 from r-ryantm/auto-update/mod_wsgi

mod_wsgi: 4.7.0 -> 4.7.1
This commit is contained in:
Mario Rodas 2020-02-19 08:18:53 -05:00 committed by GitHub
commit aa4c2673ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mod_wsgi";
version = "4.7.0";
version = "4.7.1";
src = fetchurl {
url = "https://github.com/GrahamDumpleton/mod_wsgi/archive/${version}.tar.gz";
sha256 = "079f4py20jd6n3d7djak5l9j8p6hfq96lf577iir6qpfsk2p0k3n";
sha256 = "0dbxhrp3x689ccrhvm2lw2icmmj8i4p86z2lq3xn1zlsf43fax16";
};
buildInputs = [ apacheHttpd python ncurses ];