From b04b2b9eb11ef739a82f78f68cc5d29c0e3b6f80 Mon Sep 17 00:00:00 2001 From: Omar Bassam Date: Sun, 26 Oct 2025 10:25:19 +0200 Subject: [PATCH] gnu: sbcl-cl-steamworks: Update to 1.0.0-2.95f25ae. * gnu/packages/lisp-xyz.scm (sbcl-cl-steamworks): Update to 1.0.0-2.95f25ae. [source]: Update to use new source url. [home-page]: Update to use new homepage url. [inputs]: Added sbcl-pathname-utils Change-Id: Ib60cad10b5d4273621f2ea8fedadffddd807d7ef Signed-off-by: Omar Bassam Signed-off-by: jgart --- gnu/packages/lisp-xyz.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index c36e720c2408b9bdd3f326b65953c0af40818836..173e19250e7b1317f85f51a0ef9aaf2639cf9193 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -10188,8 +10188,8 @@ Development into CL+SSL was done by David Lichteblau.") ((#:tests? _ #f) #f)))))) (define-public sbcl-cl-steamworks - (let ((commit "9d6a4de653a8cc256ae35e0298912b518aa92ba3") - (revision "1")) + (let ((commit "95f25ae89d6ecc1a9461720d91d208e537eb8f17") + (revision "2")) (package (name "sbcl-cl-steamworks") (version (git-version "1.0.0" revision commit)) @@ -10197,10 +10197,10 @@ Development into CL+SSL was done by David Lichteblau.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Shinmera/cl-steamworks/") + (url "https://codeberg.org/shinmera/cl-steamworks") (commit commit))) (sha256 - (base32 "1fzj3rlqw1kwdlmh0ga0y71p2n1adflcamzx4yp9kga552c1db5j")) + (base32 "1h9qz603ab62sw0j7yyixb20z05pfgxqpg8mhd8zxhgmfm7cccy7")) (file-name (git-file-name "cl-steamworks" version)))) (build-system asdf-build-system/sbcl) (inputs @@ -10209,13 +10209,14 @@ Development into CL+SSL was done by David Lichteblau.") sbcl-cffi sbcl-documentation-utils sbcl-float-features + sbcl-pathname-utils sbcl-trivial-features sbcl-trivial-garbage sbcl-trivial-gray-streams)) (synopsis "Wrapper for the Valve SteamWorks API") (description "This is a wrapper library to allow you to interface with the Valve SteamWorks API.") - (home-page "https://shinmera.github.io/cl-steamworks/") + (home-page "https://shinmera.com/docs/cl-steamworks") (license license:zlib)))) (define-public cl-steamworks