diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-01 21:43:57 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-01 21:43:57 -0400 |
commit | fbdb3e2983bfbbd2b277e1a3587f663545d6aea3 (patch) | |
tree | 3cc9cc5f3b737a6fad67a363fa3b8617e3f14fd1 /guix.scm | |
parent | d763d9033bf1799da29047e0b1331c50abfe81fb (diff) |
guix: Fix guile-sdl2 version number.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |