Skip to content

Commit

Permalink
udiskie: 2.5.3 -> 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Dec 11, 2024
1 parent 2ba85f8 commit aa32b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ud/udiskie/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

python3Packages.buildPythonApplication rec {
pname = "udiskie";
version = "2.5.3";
version = "2.5.7";

pyproject = true;

src = fetchFromGitHub {
owner = "coldfix";
repo = "udiskie";
rev = "v${version}";
hash = "sha256-asrVQR0d+5l76COsXp88srtGZQHU+AwbP3HwDiwRlnE=";
hash = "sha256-ndoTVeF6iTe4+aqFDRaLUEaBavgCWHzULXeG3Kj3ptY=";
};

patches = [
Expand Down

0 comments on commit aa32b7b

Please sign in to comment.