Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cdb29eb85188
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c2462bb3914a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 16, 2021

  1. setzer: 0.3.2 -> 0.3.9

    dotlambda committed Jan 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8d0cd61 View commit details
  2. Merge pull request #109508 from dotlambda/setzer-0.3.9

    setzer: 0.3.2 -> 0.3.9
    SuperSandro2000 authored Jan 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c2462bb View commit details
Showing with 5 additions and 2 deletions.
  1. +5 −2 pkgs/applications/editors/setzer/default.nix
7 changes: 5 additions & 2 deletions pkgs/applications/editors/setzer/default.nix
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
, appstream
, appstream-glib
, wrapGAppsHook
, desktop-file-utils
, gobject-introspection
, gtksourceview4
, gspell
@@ -17,13 +18,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "setzer";
version = "0.3.2";
version = "0.3.9";

src = fetchFromGitHub {
owner = "cvfosammmm";
repo = "Setzer";
rev = "v${version}";
sha256 = "1c7jrq20m53y2k8lmh37zldgc3bndldxipx4xq0lz3qq2fv1gg07";
sha256 = "1qmy2bxl8x6pijjaaj91v6rqdipha6iyy0b6b9y1lk3r2p3azd42";
};

format = "other";
@@ -35,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
appstream # for appstreamcli
appstream-glib
wrapGAppsHook
desktop-file-utils
];

buildInputs = [
@@ -49,6 +51,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
pygobject3
pyxdg
pypdf2
];

meta = with lib; {