udiskie: 2.5.1 -> 2.5.2
Diff: https://github.com/coldfix/udiskie/compare/v2.5.1...v2.5.2 Changelog: https://github.com/coldfix/udiskie/blob/v2.5.2/CHANGES.rst
This commit is contained in:
parent
ae5c332cbb
commit
a9118a4343
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "udiskie";
|
||||
version = "2.5.1";
|
||||
version = "2.5.2";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
|
@ -22,7 +22,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
owner = "coldfix";
|
||||
repo = "udiskie";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-bmpofyW5IBRmVlzHP9YRlI/JNnnamKfF9jCG85G0wBc=";
|
||||
hash = "sha256-r9ppuWYY3e2thsfFh4ooOgfqNvmCVw7fS0SpJCJcysQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue