diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2026-03-09 17:30:38 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-03-09 17:30:38 -0400 |
| commit | 6a9650af356db741144560dbf71da9244499216b (patch) | |
| tree | ad496ed49a9c54bf3bbcfe9b73be1b6ea6f5226b /nongnu/packages | |
| parent | 45bda95c22845cba67ffe63b4e61202fa122aaf5 (diff) | |
* nongnu/packages/game-client.scm (steam-client): Update to 1.0.0.85.
Diffstat (limited to 'nongnu/packages')
| -rw-r--r-- | nongnu/packages/game-client.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 96cf2a8..2158533 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -112,7 +112,7 @@ implementation with gogdl and Amazon Games using Nile.") (define steam-client (package (name "steam-client") - (version "1.0.0.84") + (version "1.0.0.85") (source (origin (method url-fetch) @@ -120,7 +120,7 @@ implementation with gogdl and Amazon Games using Nile.") version ".tar.gz")) (sha256 (base32 - "0i3v0zz36x7v81qslvfbiby57hk96hn15w4xxal1lgvrb0npdyii")) + "1wdpigrwrjqnf2vlnaw7ani1in8rc92m2l8jp3aww4xl5x53fbbz")) (file-name (string-append name "-" version ".tar.gz")))) (build-system gnu-build-system) (arguments |
