3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mtools: Update to 4.0.21.

* gnu/packages/mtools.scm (mtools): Update to 4.0.21.
This commit is contained in:
Efraim Flashner 2018-11-25 18:08:50 +02:00
parent 34843fe923
commit 71cfb437d2
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -28,7 +28,7 @@
(define-public mtools
(package
(name "mtools")
(version "4.0.20")
(version "4.0.21")
(source
(origin
(method url-fetch)
@ -36,7 +36,7 @@
version ".tar.bz2"))
(sha256
(base32
"1vcahr9s6zv1hnrx2bgjnzcas2y951q90r1jvvv4q9v5kwfd6qb0"))))
"1kybydx74qgbwpnjvjn49msf8zipchl43d4cq8zzwcyvfkdzw7h2"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/mtools/")
(synopsis "Access MS-DOS disks without mounting")