orca: 3.28.0 → 3.28.1

This commit is contained in:
Jan Tojnar 2018-04-23 12:50:48 +02:00
parent 97fb4c32f1
commit 39a64b28b5
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -10,7 +10,7 @@
with lib;
let
pname = "orca";
version = "3.28.0";
version = "3.28.1";
in buildPythonApplication rec {
name = "${pname}-${version}";
@ -18,7 +18,7 @@ in buildPythonApplication rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "1jy2zxs50ah1rg4zgiaj2l2sm1zyyvs37phws0hwmy3xd90ljfc2";
sha256 = "04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g";
};
patches = [