me
/
guix
Archived
1
0
Fork 0

gnu: microcom: Update to 2017.03.0.

* gnu/packages/microcom.scm (microcom): Update to 2017.03.0.
master
Tobias Geerinckx-Rice 2019-12-02 18:07:52 +01:00
parent b73a930703
commit d9a746d43d
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 John Darrington <jmd@gnu.org> ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -28,16 +29,15 @@
(define-public microcom (define-public microcom
(package (package
(name "microcom") (name "microcom")
(version "2016.01.09") (version "2017.03.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.pengutronix.de/git/tools/microcom.git") (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "060q42lf1bx403smxm97cz8r4ksq942mq5z708vavy6syv3fkap4"))))
"080ci5589bpyy5kcl51csmvpw9zysify189hw6awx69pi3cjnxly"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline))) (inputs `(("readline" ,readline)))
(native-inputs `(("automake" ,automake) (native-inputs `(("automake" ,automake)