Unverified Commit 26e908f4 authored by luftmensch-luftmensch's avatar luftmensch-luftmensch
Browse files

errands: 45.1.9 -> 46.1

parent e94e4b53
Loading
Loading
Loading
Loading
+23 −18
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, python3Packages
, gobject-introspection
, libadwaita
, wrapGAppsHook4
, meson
, ninja
, desktop-file-utils
, pkg-config
, appstream
, libsecret
, gtk4
, gtksourceview5
{
  lib,
  fetchFromGitHub,
  python3Packages,
  gobject-introspection,
  libadwaita,
  wrapGAppsHook4,
  meson,
  ninja,
  desktop-file-utils,
  pkg-config,
  appstream,
  libsecret,
  libportal,
  gtk4,
  gtksourceview5,
}:

python3Packages.buildPythonApplication rec {
  pname = "errands";
  version = "45.1.9";
  version = "46.1";

  pyproject = false;

@@ -24,7 +25,7 @@ python3Packages.buildPythonApplication rec {
    owner = "mrvladus";
    repo = "Errands";
    rev = "refs/tags/${version}";
    hash = "sha256-q8vmT7XUx3XJjPfbEd/c3HrTENfopl1MqwT0x5OuG0c=";
    hash = "sha256-v1ifArrfq+vOr7K2L7s/PeXXCH1FLzlvReBKEdXzr3U=";
  };

  nativeBuildInputs = [
@@ -40,6 +41,7 @@ python3Packages.buildPythonApplication rec {

  buildInputs = [
    libadwaita
    libportal
    libsecret
    gtksourceview5
  ];
@@ -62,6 +64,9 @@ python3Packages.buildPythonApplication rec {
    homepage = "https://github.com/mrvladus/Errands";
    license = licenses.mit;
    mainProgram = "errands";
    maintainers = with maintainers; [ sund3RRR ];
    maintainers = with maintainers; [
      luftmensch-luftmensch
      sund3RRR
    ];
  };
}