mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: libfreenect: Update to 0.6.2.
* gnu/packages/openkinect.scm (libfreenect): Update to 0.6.2.
This commit is contained in:
parent
6862ae1a61
commit
4ddf56c136
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
|
||||
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -30,7 +31,7 @@ (define-module (gnu packages openkinect)
|
|||
#:use-module (gnu packages image-processing))
|
||||
|
||||
(define-public libfreenect
|
||||
(let ((version "0.6.1"))
|
||||
(let ((version "0.6.2"))
|
||||
(package
|
||||
(name "libfreenect")
|
||||
(version version)
|
||||
|
@ -42,7 +43,7 @@ (define-public libfreenect
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0was1va167rqshmpn382h36yyprpfi9cwillb6ylppmnfdrfrhrr"))))
|
||||
"02pb8mcl62kzdcgbnv3rw4nl0f08iw8pjiqqhfy3ycpkvyppw97w"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; package has no tests
|
||||
|
|
Loading…
Reference in a new issue