me
/
guix
Archived
1
0
Fork 0

gnu: microcom: Update to 2019.01.0.

* gnu/packages/microcom.scm (microcom): Update to 2019.01.0.
master
Tobias Geerinckx-Rice 2021-12-18 05:14:31 +01:00
parent 3aef0e7ee6
commit 564f1b448c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
(define-public microcom
(package
(name "microcom")
(version "2017.03.0")
(version "2019.01.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -37,7 +37,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "060q42lf1bx403smxm97cz8r4ksq942mq5z708vavy6syv3fkap4"))))
(base32 "0rf4qdkbhknrrqn4rpb737l0km8yn5f498zapks4akf6yjh5aq8y"))))
(build-system gnu-build-system)
(inputs (list readline))
(native-inputs (list automake autoconf))