summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-01 21:43:57 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-01 21:43:57 -0400
commitfbdb3e2983bfbbd2b277e1a3587f663545d6aea3 (patch)
tree3cc9cc5f3b737a6fad67a363fa3b8617e3f14fd1 /guix.scm
parentd763d9033bf1799da29047e0b1331c50abfe81fb (diff)
guix: Fix guile-sdl2 version number.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 77b3f44..81cfc79 100644
--- a/guix.scm
+++ b/guix.scm
@@ -93,7 +93,7 @@
(let ((commit "4811db26a9142ac587649cfa325e0bfc5b9f761e"))
(package
(name "guile-sdl2")
- (version (string-append "0.5.0-1." (string-take commit 7)))
+ (version (string-append "0.7.0-1." (string-take commit 7)))
(source (origin
(method git-fetch)
(uri (git-reference