From d579ccacb768d1cb8a8334b76a5bcddcd3feb42b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 26 Jul 2025 12:37:37 +0900 Subject: [PATCH] gnu: libretro-slang-shaders: Update to 0-1.82d91f7. * gnu/packages/emulators.scm (libretro-slang-shaders): Update to 0-1.82d91f7. Change-Id: I141cb91489432b7d4c14773644822ab459a8008c --- gnu/packages/emulators.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index f607abb534..a8b9cb57ca 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1936,8 +1936,8 @@ physical device and the RetroPad virtual controller.") ;; audited for newly added items, with the snippet allow-list updated ;; accordingly, due to various items lacking license information or being ;; non-free (see: https://github.com/libretro/slang-shaders/issues/150). - (let ((commit "a8e35920c5a53448bf6ce78dfe4575485a20a41f") - (revision "0")) + (let ((commit "82d91f7daf81a41ece49644d2a26b2a40228be61") + (revision "1")) (package (name "libretro-slang-shaders") (version (git-version "0" revision commit)) @@ -2604,7 +2604,7 @@ physical device and the RetroPad virtual controller.") "edge-smoothing/scalefx/shaders/old/scalefx.slangp")))) (sha256 (base32 - "0r45p61nhi44f7ka5dvcabin7q2l25liyhgynm159pwlpwxz83nv")))) + "0wmvmpgayizr5444qfxr27zyn4r1yngjfvxfipa0vcrmazw6f6yd")))) (build-system gnu-build-system) (arguments (list #:tests? #f ;no test suite