me
/
guix
Archived
1
0
Fork 0

gnu: dxvk: Update to 1.5.5.

* gnu/packages/wine.scm (dxvk): Update to 1.5.5.
master
Pierre Neidhardt 2020-03-03 10:26:11 +01:00
parent 3842baa077
commit adb1e3b6cf
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ version)")
;; This package provides 32-bit dxvk libraries on 64-bit systems.
(package
(name "dxvk32")
(version "1.5.4")
(version "1.5.5")
(home-page "https://github.com/doitsujin/dxvk/")
(source (origin
(method git-fetch)
@ -564,7 +564,7 @@ version)")
(file-name (git-file-name name version))
(sha256
(base32
"0yhxd5rnn5mcvcb2n062z9wqqwxjq5c0rzfbjz1z9ppznj8gn37i"))))
"1inl0qswgvbp0fs76md86ilqf9mbshkpjm8ga81khn9zd6v3fvan"))))
(build-system meson-build-system)
(arguments
`(#:system "i686-linux"