apacheHttpdPackages.mod_python: unstable-2022-10-18 -> 3.5.0.2

https://github.com/grisha/mod_python/blob/3.5.0.2/NEWS
This commit is contained in:
Anthony Roussel 2024-03-21 22:36:31 +01:00
parent fe949d046e
commit b0477d1e81
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
stdenv.mkDerivation rec {
pname = "mod_python";
version = "unstable-2022-10-18";
version = "3.5.0.2";
src = fetchFromGitHub {
owner = "grisha";
repo = pname;
rev = "d066b07564d2194839eceb535485eb1ba0c292d8";
rev = "refs/tags/${version}";
hash = "sha256-EH8wrXqUAOFWyPKfysGeiIezgrVc789RYO4AHeSA6t4=";
};