From cfdd0f58d0f85127c166f0908aa7b85c7cb9cc74 Mon Sep 17 00:00:00 2001 From: Jussi Timperi Date: Mon, 17 Feb 2025 18:00:07 +0200 Subject: [PATCH] gnu: xssproxy: Update to 1.1.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xdisorg.scm (xssproxy): Update to 1.1.1. [source]: https://github.com/timakro/xssproxy now permanently redirects to https://github.com/vincentbernat/xssproxy. [license]: Switch to expat. Change-Id: Id8f940bf623959151c5c9e9adb014b4629ea994c Signed-off-by: Ludovic Courtès --- gnu/packages/xdisorg.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 3690f75e5ea..511a43843b6 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1972,16 +1972,16 @@ demos. It also acts as a nice screen locker.") (define-public xssproxy (package (name "xssproxy") - (version "1.0.0") + (version "1.1.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/timakro/xssproxy") + (url "https://github.com/vincentbernat/xssproxy") (commit (string-append "v" version)))) (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0c83wmipnsdnbihc5niyczs7jrkss2s8n6iwwjdia7hkjzbd0hl7")))) + "19i5npmbd2kbs96wp2bb79crlwkcf9n0n8cd4v1myvczb0iwbz1q")))) (build-system gnu-build-system) (arguments `(#:make-flags `("bindir=/bin" "man1dir=/share/man/man1" @@ -2001,7 +2001,7 @@ freedesktop.org developers. The inhibition of the screensaver is then controlled using the XScreenSaverSuspend function from the Xss (X11 Screen Saver extension) library.") (home-page "https://github.com/timakro/xssproxy") - (license license:gpl3+))) + (license license:expat))) (define-public xsel ;; The 1.2.0 release no longer compiles with GCC 8 and upper, see: