odoo: use python39

This commit is contained in:
Robert Schütz
2022-06-06 11:46:39 -07:00
committed by Jonathan Ringer
parent b045199796
commit 37cc04e721
+2 -2
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";