mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
d66806f5fc
commit
fc8306af67
1 changed files with 3 additions and 3 deletions
|
@ -11283,8 +11283,8 @@ (define (where inputs file)
|
|||
|
||||
(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 @@ (define-public steam-devices-udev-rules
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yqigraz9f19018ma5n2pbx7naadh9960lia3z8ayg7vz1fjdl54"))))
|
||||
"0i086gmnk93q76sw1laa9br6b7zj2r6nrrw7d64y4q9wcrlxw2bi"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan '(("./" "lib/udev/rules.d"
|
||||
|
|
Loading…
Reference in a new issue