mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 20:45:12 -06:00
gnu: mupen64plus-video-glide64: Update to 2.6.0.
* gnu/packages/emulators.scm (mupen64plus-video-glide64): Update to 2.6.0. Change-Id: I2a9a7358465b6ce3f96845e7462757c6289a0acd Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
27a224f340
commit
64a3cdaff4
1 changed files with 2 additions and 2 deletions
|
|
@ -1505,7 +1505,7 @@ Arachnoid video plugin.")
|
|||
(define-public mupen64plus-video-glide64
|
||||
(package
|
||||
(name "mupen64plus-video-glide64")
|
||||
(version "2.5.9")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1514,7 +1514,7 @@ Arachnoid video plugin.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0jscvr2imm9wj9jsgsp5815pv27f97w8g19ix0n39y9yy851qvrg"))))
|
||||
(base32 "15hlbamw2iw5r7l2234a986gikgmkypdzhvl3r7px0rs0pi816pl"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config which))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue