From 81702aa7433e5fcf0a83eaf771d263e53ebdbf26 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 18 Oct 2024 12:13:28 +0100 Subject: gnu: python-glcontext: Update to 3.0.0-2.f2875ab. * gnu/packages/python-xyz.scm (python-glcontext): Update to 3.0.0-2.f2875ab. Change-Id: I9fb440727253fa5f1a1eb522c0c1f4caed87b477 --- gnu/packages/python-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8c7e1596e64..452e35713d7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25570,11 +25570,11 @@ library.") (define-public python-glcontext (let (;; Upstream is known for abusing mutable tag, hence pinpoint the ;; relevant commit. - (revision "1") - (commit "0af21b7c8a8cc0e76f4d9aff6a4f156f43d37333")) + (revision "2") + (commit "f2875abdb18b24e785c3958cc22845c81725d5cd")) (package (name "python-glcontext") - (version (git-version "2.4.0" revision commit)) + (version (git-version "3.0.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference @@ -25583,7 +25583,7 @@ library.") (file-name (git-file-name name version)) (sha256 (base32 - "03xpw776pvv8c5n58049yczlkgcqdh9vfcpjlghh3p6cal3yiq8a")))) + "15pngnc4agdvm8crq782vjlb5v1qrclln5xpqiyhz3jhmipsqb8q")))) (build-system pyproject-build-system) (arguments (list #:phases #~(modify-phases %standard-phases -- cgit v1.3