me
/
guix
Archived
1
0
Fork 0

gnu: libfreenect: Update to 0.6.2.

* gnu/packages/openkinect.scm (libfreenect): Update to 0.6.2.
master
Tobias Geerinckx-Rice 2021-03-12 23:44:06 +01:00
parent 6862ae1a61
commit 4ddf56c136
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech> ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -30,7 +31,7 @@
#:use-module (gnu packages image-processing)) #:use-module (gnu packages image-processing))
(define-public libfreenect (define-public libfreenect
(let ((version "0.6.1")) (let ((version "0.6.2"))
(package (package
(name "libfreenect") (name "libfreenect")
(version version) (version version)
@ -42,7 +43,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0was1va167rqshmpn382h36yyprpfi9cwillb6ylppmnfdrfrhrr")))) "02pb8mcl62kzdcgbnv3rw4nl0f08iw8pjiqqhfy3ycpkvyppw97w"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; package has no tests '(#:tests? #f ; package has no tests