odoo: use python39

This commit is contained in:
Robert Schütz 2022-06-06 17:51:56 +00:00 committed by Jonathan Ringer
parent b045199796
commit 37cc04e721
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -1,14 +1,14 @@
{ stdenv
, lib
, fetchurl
, python3
, python39
, nodePackages
, wkhtmltopdf
, nixosTests
}:
let
python = python3.override {
python = python39.override {
packageOverrides = self: super: {
click = super.click.overridePythonAttrs (old: rec {
version = "7.1.2";