gnu: python-glcontext: Update to 2.4.0-0.beebc1f.

* gnu/packages/python-xyz.scm (python-glcontext): Explicitly refer to commit
instead of mutable Git tag.
This commit is contained in:
Simon Tournier 2023-09-15 17:48:42 +02:00
parent 3a7a81b471
commit 5bae1fea20
No known key found for this signature in database
GPG key ID: 92F1D22C608EE7E5

View file

@ -23051,14 +23051,18 @@ library.")
"This is the Cython-coded accelerator module for PyOpenGL.")))
(define-public python-glcontext
(let (;; Upstream is known for abusing mutable tag, hence pinpoint the
;; relevant commit.
(revision "0")
(commit "beebc1fd08ee850f06f4390be4b280824e383074"))
(package
(name "python-glcontext")
(version "2.4.0")
(version (git-version "2.4.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/moderngl/glcontext")
(commit version)))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
@ -23099,7 +23103,7 @@ library.")
(synopsis "Portable OpenGL Context for ModernGL")
(description "Python-glcontext is a library providing an OpenGL
implementation for ModernGL on multiple platforms.")
(license license:expat)))
(license license:expat))))
(define-public python-rencode
(package