mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
88471af678
commit
81702aa743
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue