bottles: 2022.4.28-trento -> 2022.5.2-trento

This commit is contained in:
Sandro Jäckel 2022-05-03 01:20:19 +02:00
parent ea253177f0
commit 2c83b54928
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -20,13 +20,13 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "bottles";
version = "2022.4.28-trento";
version = "2022.5.2-trento";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = pname;
rev = version;
sha256 = "sha256-PVtjKAwCA9GliUDIoAFMqeVFZYPo2dxCWhW9lSotC6w=";
sha256 = "sha256-9auQm8rmySjPQmhueGMRj4DsQiKhCGtE97byc/h+v84=";
};
postPatch = ''