diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-18 12:13:28 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-18 21:09:33 +0100 |
commit | 81702aa7433e5fcf0a83eaf771d263e53ebdbf26 (patch) | |
tree | 44e43cbe2fababd3581b7b0fe18bb5f0a6c1df77 /gnu | |
parent | 88471af678959b1eb4e357a47293030d05de8658 (diff) | |
download | guix-81702aa7433e5fcf0a83eaf771d263e53ebdbf26.tar guix-81702aa7433e5fcf0a83eaf771d263e53ebdbf26.tar.gz |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8c7e1596e6..452e35713d 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 |