Merge pull request #173404 from SuperSandro2000/bottles

bottles: 2022.5.2-trento-2 -> 2022.5.14-trento-1
This commit is contained in:
Sandro 2022-05-19 01:51:14 +02:00 committed by GitHub
commit b5834f726b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "bottles";
version = "2022.5.2-trento-2";
version = "2022.5.14-trento-1";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = pname;
rev = version;
sha256 = "sha256-ufK+h4nblnftyIaRSq43H/q3VSquf1DnD6Z+iuPTJBE=";
sha256 = "sha256-w5nSMJnt4WO1KOJvdjM1TYSOvPnogERgQWp1JVr3TZY=";
};
postPatch = ''