diff options
author | Simon Tournier <zimon.toutoune@gmail.com> | 2023-09-15 19:09:54 +0200 |
---|---|---|
committer | Simon Tournier <zimon.toutoune@gmail.com> | 2023-09-22 15:04:01 +0200 |
commit | ec130e1a1b7f3b87b1a6e626754f7e7a07f6b717 (patch) | |
tree | 5282120c265e2976ca70c1bddd591738e2365066 | |
parent | 5bae1fea205070a44bcf5f3caec8afa8d3b1a4c0 (diff) |
gnu: python-glcontext: Update to 2.4.0-1.0af21b7.
* gnu/packages/python-xyz.scm (python-glcontext): Update to 2.4.0-1.0af21b7.
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 319ccd2ae5..bebcfb50e9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23053,8 +23053,8 @@ library.") (define-public python-glcontext (let (;; Upstream is known for abusing mutable tag, hence pinpoint the ;; relevant commit. - (revision "0") - (commit "beebc1fd08ee850f06f4390be4b280824e383074")) + (revision "1") + (commit "0af21b7c8a8cc0e76f4d9aff6a4f156f43d37333")) (package (name "python-glcontext") (version (git-version "2.4.0" revision commit)) @@ -23066,7 +23066,7 @@ library.") (file-name (git-file-name name version)) (sha256 (base32 - "0zzpwyqg19y600n09xz07cxk4jimh9vjraszda7g7ipijq6iasac")))) + "03xpw776pvv8c5n58049yczlkgcqdh9vfcpjlghh3p6cal3yiq8a")))) (build-system pyproject-build-system) (arguments (list #:phases #~(modify-phases %standard-phases |