gnu: microcom: Update to 2017.03.0.
* gnu/packages/microcom.scm (microcom): Update to 2017.03.0.master
parent
b73a930703
commit
d9a746d43d
|
@ -1,5 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
|
||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -28,16 +29,15 @@
|
|||
(define-public microcom
|
||||
(package
|
||||
(name "microcom")
|
||||
(version "2016.01.09")
|
||||
(version "2017.03.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.pengutronix.de/git/tools/microcom.git")
|
||||
(commit "v2016.01.0")))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"080ci5589bpyy5kcl51csmvpw9zysify189hw6awx69pi3cjnxly"))))
|
||||
(base32 "060q42lf1bx403smxm97cz8r4ksq942mq5z708vavy6syv3fkap4"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("readline" ,readline)))
|
||||
(native-inputs `(("automake" ,automake)
|
||||
|
|
Reference in New Issue