mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-glcontext: Update to 2.4.0-1.0af21b7.
* gnu/packages/python-xyz.scm (python-glcontext): Update to 2.4.0-1.0af21b7.
This commit is contained in:
parent
5bae1fea20
commit
ec130e1a1b
1 changed files with 3 additions and 3 deletions
|
@ -23053,8 +23053,8 @@ library.")
|
||||||
(define-public python-glcontext
|
(define-public python-glcontext
|
||||||
(let (;; Upstream is known for abusing mutable tag, hence pinpoint the
|
(let (;; Upstream is known for abusing mutable tag, hence pinpoint the
|
||||||
;; relevant commit.
|
;; relevant commit.
|
||||||
(revision "0")
|
(revision "1")
|
||||||
(commit "beebc1fd08ee850f06f4390be4b280824e383074"))
|
(commit "0af21b7c8a8cc0e76f4d9aff6a4f156f43d37333"))
|
||||||
(package
|
(package
|
||||||
(name "python-glcontext")
|
(name "python-glcontext")
|
||||||
(version (git-version "2.4.0" revision commit))
|
(version (git-version "2.4.0" revision commit))
|
||||||
|
@ -23066,7 +23066,7 @@ library.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zzpwyqg19y600n09xz07cxk4jimh9vjraszda7g7ipijq6iasac"))))
|
"03xpw776pvv8c5n58049yczlkgcqdh9vfcpjlghh3p6cal3yiq8a"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue