me
/
guix
Archived
1
0
Fork 0

gnu: megatools: Update to 1.10.3.

* gnu/packages/sync.scm (megatools): Update to 1.10.3.
master
Efraim Flashner 2020-08-13 19:19:13 +03:00
parent fad22f09b6
commit 9f17068241
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
@ -108,7 +108,7 @@ distributions.")
(define-public megatools
(package
(name "megatools")
(version "1.10.2")
(version "1.10.3")
(source
(origin
(method url-fetch)
@ -116,7 +116,7 @@ distributions.")
version ".tar.gz"))
(sha256
(base32
"12n32w5mqvpk0hvh9yg9qkj9i0g2wp7jp9rq28bnqs94iv3897hp"))))
"1nwbalc54iz6616liyxfalf5yafwx0iv6cmqgvg4kz9khqscmhcd"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)