mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
[Backport release-25.05] imagemagick: 7.1.1-47 -> 7.1.2-0 (#425684)
This commit is contained in:
@@ -85,13 +85,13 @@ in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "imagemagick";
|
||||
version = "7.1.1-47";
|
||||
version = "7.1.2-0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ImageMagick";
|
||||
repo = "ImageMagick";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-lRPGVGv86vH7Q1cLoLp8mOAkxcHTHgUrx0mmKgl1oEc=";
|
||||
hash = "sha256-4x0+yELmXstv9hPuwzMGcKiTa1rZtURZgwSSVIhzAkE=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
@@ -83,6 +83,9 @@ buildPythonPackage rec {
|
||||
"test_miff_cmyk16"
|
||||
"test_png_gray16"
|
||||
"test_png_rgb16"
|
||||
# these only fail on aarch64
|
||||
"test_png_rgba8"
|
||||
"test_png_gray8a"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "img2pdf" ];
|
||||
|
||||
@@ -173,10 +173,8 @@ python3Packages.buildPythonApplication {
|
||||
"test/plugins/test_player.py"
|
||||
];
|
||||
disabledTests = disabledTests ++ [
|
||||
# beets.ui.UserError: unknown command 'autobpm'
|
||||
"test/plugins/test_autobpm.py::TestAutoBPMPlugin::test_import"
|
||||
# AssertionError: assert 0 == 117
|
||||
"test/plugins/test_autobpm.py::TestAutoBPMPlugin::test_command"
|
||||
# https://github.com/beetbox/beets/issues/5880
|
||||
"test_reject_different_art"
|
||||
];
|
||||
|
||||
# Perform extra "sanity checks", before running pytest tests.
|
||||
|
||||
Reference in New Issue
Block a user