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

apacheHttpdPackages.mod_wsgi: 4.9.3 -> 4.9.4
This commit is contained in:
Robert Scott 2022-09-14 00:35:59 +01:00 committed by GitHub
commit 78bce16089
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mod_wsgi";
version = "4.9.3";
version = "4.9.4";
src = fetchFromGitHub {
owner = "GrahamDumpleton";
repo = "mod_wsgi";
rev = version;
hash = "sha256-P/mx0JxlJGpel0zBFIe8r313VkwPEK2LP0kiUIwKZAM=";
hash = "sha256-6rRHdgdTb94kqIpWJOJOwoIsaXb/c4XY3q331GwQyf0=";
};
buildInputs = [ apacheHttpd python ncurses ];
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/GrahamDumpleton/mod_wsgi";
description = "Host Python applications in Apache through the WSGI interface";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}