diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-10-03 14:11:46 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2023-10-03 14:11:46 -0400 |
commit | fc8306af6773f6c06b7a6f9209299ee93dadab60 (patch) | |
tree | 1d483219321e53fa88f0ce8536b006c72c1a76e6 | |
parent | d66806f5fcdd0cb480875b882ae5ae0774d75ea0 (diff) | |
download | guix-fc8306af6773f6c06b7a6f9209299ee93dadab60.tar.gz guix-fc8306af6773f6c06b7a6f9209299ee93dadab60.zip |
gnu: steam-devices-udev-rules: Update to 1.0.0.61-1.1344348.
* gnu/packages/games.scm (steam-devices-udev-rules): Update to
1.0.0.61-1.1344348.
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e4065c88b2..6705426012 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11283,8 +11283,8 @@ on the pitch of the voice and the rhythm of singing.") (define-public steam-devices-udev-rules ;; Last release from 2019-04-10 - (let ((commit "d87ef558408c5e7a1a793d738db4c9dc2cb5f8fa") - (revision "0")) + (let ((commit "13443480a64fe8f10676606bd57da6de89f8ccb1") + (revision "1")) (package (name "steam-devices-udev-rules") (version (git-version "1.0.0.61" revision commit)) @@ -11296,7 +11296,7 @@ on the pitch of the voice and the rhythm of singing.") (file-name (git-file-name name version)) (sha256 (base32 - "1yqigraz9f19018ma5n2pbx7naadh9960lia3z8ayg7vz1fjdl54")))) + "0i086gmnk93q76sw1laa9br6b7zj2r6nrrw7d64y4q9wcrlxw2bi")))) (build-system copy-build-system) (arguments '(#:install-plan '(("./" "lib/udev/rules.d" |