menumaker: 0.99.12 -> 0.99.13 and switch to python3

according to the homepage the niminum python version is
2.7 but it should also run on python3
main
Artturin 3 years ago
parent b5afec62d5
commit e2ccaaa9be
  1. 8
      pkgs/applications/misc/menumaker/default.nix

@ -1,12 +1,12 @@
{ lib, fetchurl, python2Packages }:
{ lib, fetchurl, python3Packages }:
python2Packages.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "menumaker";
version = "0.99.12";
version = "0.99.13";
src = fetchurl {
url = "mirror://sourceforge/menumaker/${pname}-${version}.tar.gz";
sha256 = "034v5204bsgkzzk6zfa5ia63q95gln47f7hwf96yvad5hrhmd8z3";
sha256 = "sha256-JBXs5hnt1snbnB1hi7q7HBI7rNp0OoalLeIM0uJCdkE=";
};
format = "other";

Loading…
Cancel
Save