Merge pull request #286385 from sdht0/mcomix-update

mcomix: 3.0.0 -> 3.1.0
This commit is contained in:
Thiago Kenji Okada 2024-02-05 13:13:12 +00:00 committed by GitHub
commit 5c5ae0c213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,12 +18,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "mcomix";
version = "3.0.0";
version = "3.1.0";
pyproject = true;
src = fetchurl {
url = "mirror://sourceforge/mcomix/mcomix-${version}.tar.gz";
hash = "sha256-InDEPXXih49k5MiG1bATElxCiUs2RZTV7JeRVMTeoAQ=";
hash = "sha256-+Shuun/7w86VKBNamTmCPEJfO76fdKY5+HBvzCi0xCc=";
};
buildInputs = [
@ -58,6 +58,10 @@ python3.pkgs.buildPythonApplication rec {
)
'';
postInstall = ''
cp -a share $out/
'';
passthru.tests.version = testers.testVersion {
package = mcomix;
};