gnu: plover: Update to 4.0.0.dev10.
* gnu/packages/stenography.scm (plover): Update to 4.0.0.dev10. [native-inputs]: Remove python-mock and python-setuptools-scm. [inputs]: Remove python-wxpython.
parent
b9a4705f80
commit
979b6a2c55
|
@ -1,6 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2021 Christopher Baines <mail@cbaines.net>
|
;;; Copyright © 2021 Christopher Baines <mail@cbaines.net>
|
||||||
|
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -33,7 +34,7 @@
|
||||||
(define-public plover
|
(define-public plover
|
||||||
(package
|
(package
|
||||||
(name "plover")
|
(name "plover")
|
||||||
(version "4.0.0.dev8")
|
(version "4.0.0.dev10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -42,10 +43,10 @@
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b2ys77bkjsdmyg97i7lq3lj45q56bycvsm06d4rs656kxhvc0a3"))))
|
(base32 "1nyllqv4jq4idgn4cp5mypransw3rh3x8c1h9p6ld1anfr3zx7m0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock python-pytest python-setuptools-scm))
|
(list python-pytest))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-appdirs
|
(list python-appdirs
|
||||||
python-pyqt
|
python-pyqt
|
||||||
|
@ -53,7 +54,6 @@
|
||||||
python-dbus
|
python-dbus
|
||||||
python-hidapi
|
python-hidapi
|
||||||
python-pyserial
|
python-pyserial
|
||||||
python-wxpython
|
|
||||||
python-xlib))
|
python-xlib))
|
||||||
(home-page "https://www.openstenoproject.org/plover/")
|
(home-page "https://www.openstenoproject.org/plover/")
|
||||||
(synopsis "Stenography engine")
|
(synopsis "Stenography engine")
|
||||||
|
|
Reference in New Issue