0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge remote-tracking branch 'origin/staging' into staging-next

This commit is contained in:
Martin Weinelt 2021-10-15 01:34:36 +02:00
commit adf4e67dd4
337 changed files with 3517 additions and 2810 deletions

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "django-mailman3";
version = "1.3.6";
version = "1.3.7";
src = fetchPypi {
inherit pname version;
sha256 = "cd3cb1ac26a3658bd694b82f00eaab98903bd2edff34956e90c187c9ab5c0dae";
sha256 = "6ea8c24c13e7afe744f18e18e4d19d0e74223e0d9bd5d782deea85dcb865feb7";
};
propagatedBuildInputs = [