menulibre: 2.2.3 -> 2.4.0

This commit is contained in:
lelgenio 2024-02-27 20:38:55 -03:00
parent 61a0b56da9
commit ed9eb92106

View file

@ -13,13 +13,13 @@
python3Packages.buildPythonApplication rec {
name = "menulibre";
version = "2.2.3";
version = "2.4.0";
src = fetchFromGitHub {
owner = "bluesabre";
repo = "menulibre";
rev = "menulibre-${version}";
hash = "sha256-E0ukq3q4YaakOI2mDs3dh0ncZX/dqspCA+97r3JwWyA=";
hash = "sha256-IfsuOYP/H3r1GDWMVVSBfYvQS+01VJaAlZu+c05geWg=";
};
propagatedBuildInputs = with python3Packages; [