udiskie: 2.4.2 -> 2.5.0

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

Changelog: https://github.com/coldfix/udiskie/blob/v2.5.0/CHANGES.rst

authored by Robert Schütz and committed by Anderson Torres 86aa82ce 28562b6c

+2 -2
+2 -2
pkgs/applications/misc/udiskie/default.nix
··· 14 15 python3.pkgs.buildPythonApplication rec { 16 pname = "udiskie"; 17 - version = "2.4.2"; 18 19 format = "setuptools"; 20 ··· 22 owner = "coldfix"; 23 repo = "udiskie"; 24 rev = "v${version}"; 25 - hash = "sha256-lQMJVSY3JeZYYOFDyV29Ye2j8r+ngE/ta2wQYipy4hU="; 26 }; 27 28 patches = [
··· 14 15 python3.pkgs.buildPythonApplication rec { 16 pname = "udiskie"; 17 + version = "2.5.0"; 18 19 format = "setuptools"; 20 ··· 22 owner = "coldfix"; 23 repo = "udiskie"; 24 rev = "v${version}"; 25 + hash = "sha256-wIXh7dzygjzSXo51LBt1BW+sar6qUELWC6oTGPDGgcE="; 26 }; 27 28 patches = [