[PATCH] Mesa updated to 20.2.2 (staging)

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • romulasry
Owner
unassigned
Submitted by
romulasry
Severity
normal

Debbugs page

romulasry wrote 4 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
C1z3BgdKl2ij3IER9FLI2SPellDlw6KqSuGKV6E7kuOTgkdkbMBaDcLYQ1ivmGVmlZ3gG1nK4TMjPPK-0ADD8kL4IXhToSC2vIHp_YDn7hA=@protonmail.com
Sent with [ProtonMail](https://protonmail.com) Secure Email.
Attachment: file
Toggle diff (22 lines)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index a8b142cacb..36d930393e 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -233,7 +233,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "20.1.9")
+ (version "20.2.2")
(source
(origin
(method url-fetch)
@@ -245,7 +245,7 @@ also known as DXTn or DXTC) for Mesa.")
version "/mesa-" version ".tar.xz")))
(sha256
(base32
- "10kk8a8k7f4ip8yaiqdyrx162nbw8pw4h3b4hs4ha8mpd43wlldj"))
+ "1f93eb1090cf71490cd0e204e04f8427a82b6ed534b7f49ca50cea7dcc89b861"))
(patches
(search-patches "mesa-skip-disk-cache-test.patch"))))
(build-system meson-build-system)
Maxim Cournoyer wrote 3 years ago
control message for bug #44586
(address . control@debbugs.gnu.org)
87sfxb36d2.fsf@gmail.com
close 44586
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44586@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44586
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help