Merge pull request #180906 from SuperSandro2000/emote

emote: 3.0.3 -> 3.1.0
This commit is contained in:
Sandro 2022-07-12 13:47:08 +02:00 committed by GitHub
commit 3567e122f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "emote";
version = "3.0.3";
version = "3.1.0";
src = fetchFromGitHub {
owner = "tom-james-watson";
repo = "Emote";
rev = "v${version}";
sha256 = "mqCSl+EGbnL9AfzZT3aa/Y5Rsx433ZmI31BmK3wkaJk=";
sha256 = "sha256-brGU5LzE9A1F5AVNIuyd8vFKEh58ijRB5qVEID/KJfY=";
};
postPatch = ''