Commit 86aa82ce authored by Robert Schütz's avatar Robert Schütz Committed by Anderson Torres
Browse files
parent 28562b6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

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

  format = "setuptools";

@@ -22,7 +22,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "coldfix";
    repo = "udiskie";
    rev = "v${version}";
    hash = "sha256-lQMJVSY3JeZYYOFDyV29Ye2j8r+ngE/ta2wQYipy4hU=";
    hash = "sha256-wIXh7dzygjzSXo51LBt1BW+sar6qUELWC6oTGPDGgcE=";
  };

  patches = [