Merge pull request #284284 from dotlambda/udiskie-2.5.2

udiskie: 2.5.1 -> 2.5.2
This commit is contained in:
Robert Schütz 2024-01-28 04:22:42 +00:00 committed by GitHub
commit b524b9659d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,13 @@
, python3
, udisks2
, wrapGAppsHook
, testers
, udiskie
}:
python3.pkgs.buildPythonApplication rec {
pname = "udiskie";
version = "2.5.1";
version = "2.5.2";
pyproject = true;
@ -22,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "coldfix";
repo = "udiskie";
rev = "v${version}";
hash = "sha256-bmpofyW5IBRmVlzHP9YRlI/JNnnamKfF9jCG85G0wBc=";
hash = "sha256-r9ppuWYY3e2thsfFh4ooOgfqNvmCVw7fS0SpJCJcysQ=";
};
patches = [
@ -78,6 +80,10 @@ python3.pkgs.buildPythonApplication rec {
pytestCheckHook
];
passthru.tests.version = testers.testVersion {
package = udiskie;
};
meta = with lib; {
homepage = "https://github.com/coldfix/udiskie";
changelog = "https://github.com/coldfix/udiskie/blob/${src.rev}/CHANGES.rst";