yelp-tools: 42.0 → 42.1

https://gitlab.gnome.org/GNOME/yelp-tools/-/compare/42.0...42.1
This commit is contained in:
Fabián Heredia Montiel 2022-11-05 15:15:36 +00:00
parent 1bf6d3cd8e
commit e4db490117

View File

@ -13,13 +13,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "yelp-tools"; pname = "yelp-tools";
version = "42.0"; version = "42.1";
format = "other"; format = "other";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/yelp-tools/${lib.versions.major version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/yelp-tools/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "LNQwY/+nJi3xXdjTeao+o5mdQmYfB1Y/SALaoRSfffQ="; sha256 = "PklqQCDUFFuZ/VCKJfoJM2pQOk6JAAKEIecsaksR+QU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [