emote: 3.0.3 -> 3.1.0

This commit is contained in:
Sandro Jäckel 2022-07-10 02:21:06 +02:00
parent ebdd91b4e3
commit f83e3d91a4
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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