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

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 = ''