From b3105d6495f7ef6977a6f094ecfb1a5a5826c4e4 Mon Sep 17 00:00:00 2001 From: flathubbot Date: Wed, 18 Sep 2024 23:10:54 +0000 Subject: [PATCH] Update ghostscript, graphicsmagick and python3-sympy modules ghostscript: Update ghostscript-10.03.1.tar.xz to 10.04.0 graphicsmagick: Update GraphicsMagick-1.3.44.tar.xz to 1.3.45 python3-sympy: Update sympy-1.13.2-py3-none-any.whl to 1.13.3 --- octave-modules.yaml | 8 ++++---- python3-requirements.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/octave-modules.yaml b/octave-modules.yaml index 0eadc7f..dcbb443 100644 --- a/octave-modules.yaml +++ b/octave-modules.yaml @@ -157,8 +157,8 @@ modules: cppflags: -DPNG_ARM_NEON_OPT=0 sources: - type: archive - url: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/ghostscript-10.03.1.tar.xz - sha256: 157212edc96b8ccc409475dce2e49833fb4427f150c455258ded9632c106abee + url: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.xz + sha256: 527eef0b6cd04ecf1c8d7a11796c69a52d34ffe36afca86a400729a2fc01c887 x-checker-data: type: json url: https://api.github.com/repos/ArtifexSoftware/ghostpdl-downloads/releases/latest @@ -274,8 +274,8 @@ modules: - --with-quantum-depth=16 sources: - type: archive - url: https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.44/GraphicsMagick-1.3.44.tar.xz - sha256: 6ac28470d2fbd3d5f60859dd43f3cee2585e955e32896f892b4dc61dda101ea0 + url: https://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.45/GraphicsMagick-1.3.45.tar.xz + sha256: dcea5167414f7c805557de2d7a47a9b3147bcbf617b91f5f0f4afe5e6543026b x-checker-data: type: anitya project-id: 1248 diff --git a/python3-requirements.json b/python3-requirements.json index 111a759..7f0378f 100644 --- a/python3-requirements.json +++ b/python3-requirements.json @@ -61,8 +61,8 @@ }, { "type": "file", - "url": "https://files.pythonhosted.org/packages/c1/f9/6845bf8fca0eaf847da21c5d5bc6cd92797364662824a11d3f836423a1a5/sympy-1.13.2-py3-none-any.whl", - "sha256": "c51d75517712f1aed280d4ce58506a4a88d635d6b5dd48b39102a7ae1f3fcfe9", + "url": "https://files.pythonhosted.org/packages/99/ff/c87e0622b1dadea79d2fb0b25ade9ed98954c9033722eb707053d310d4f3/sympy-1.13.3-py3-none-any.whl", + "sha256": "54612cf55a62755ee71824ce692986f23c88ffa77207b30c1368eda4a7060f73", "x-checker-data": { "type": "pypi", "name": "sympy", @@ -72,4 +72,4 @@ ] } ] -} \ No newline at end of file +}