Commit 40976290 authored by Robert Schütz's avatar Robert Schütz Committed by Anderson Torres
Browse files

udiskie: 2.5.0 -> 2.5.1

Diff: https://github.com/coldfix/udiskie/compare/v2.5.0...v2.5.1

Changelog: https://github.com/coldfix/udiskie/blob/v2.5.1/CHANGES.rst
(cherry picked from commit 6bec29d6d506fcca3877010fed8ea7f3c15d97fc)
parent d3f66cb7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -14,15 +14,15 @@

python3.pkgs.buildPythonApplication rec {
  pname = "udiskie";
  version = "2.5.0";
  version = "2.5.1";

  format = "setuptools";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "coldfix";
    repo = "udiskie";
    rev = "v${version}";
    hash = "sha256-wIXh7dzygjzSXo51LBt1BW+sar6qUELWC6oTGPDGgcE=";
    hash = "sha256-bmpofyW5IBRmVlzHP9YRlI/JNnnamKfF9jCG85G0wBc=";
  };

  patches = [
@@ -37,6 +37,7 @@ python3.pkgs.buildPythonApplication rec {
    asciidoc # Man page
    gobject-introspection
    installShellFiles
    python3.pkgs.setuptools
    wrapGAppsHook
  ];