Merge pull request #79002 from romildo/upd.catfish
xfce.catfish: 1.4.12 -> 1.4.13
This commit is contained in:
commit
bdb5080733
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "catfish";
|
pname = "catfish";
|
||||||
version = "1.4.12";
|
version = "1.4.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://archive.xfce.org/src/apps/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
url = "https://archive.xfce.org/src/apps/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "0jhk4x97vip6h7rsw8hbwzfjmz55w6dpcj9v96m54xr15gh31yy3";
|
sha256 = "0fg89946z6n8njxn4mv29jksw8yavg8vypsljn9031pjwl3fmh2q";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -51,7 +51,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://docs.xfce.org/apps/catfish/start;
|
homepage = "https://docs.xfce.org/apps/catfish/start";
|
||||||
description = "Handy file search tool";
|
description = "Handy file search tool";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Catfish is a handy file searching tool. The interface is
|
Catfish is a handy file searching tool. The interface is
|
||||||
|
|
Loading…
Reference in a new issue