me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 52 additions and 48 deletions

View File

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