yelp-tools: 41.0 → 42.beta

https://gitlab.gnome.org/GNOME/yelp-tools/-/compare/41.0...42.beta
This commit is contained in:
Jan Tojnar 2022-02-16 18:37:25 +00:00
parent f3e6896063
commit 97aa2a6d1b

View File

@ -13,13 +13,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "yelp-tools";
version = "41.0";
version = "42.beta";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/yelp-tools/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "N/GswCvL5ooxuG4HwSmoOb0yduZW3Inrf8CpJ0bv8nI=";
sha256 = "dJkLKTKhUOHsKN6QLiZGqli6VlCu18l51orichtpOtk=";
};
nativeBuildInputs = [