gnu: r-filehash: Update to 2.4-3.

* gnu/packages/cran.scm (r-filehash): Update to 2.4-3.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:47 +01:00
parent 88716a4694
commit d66b958b6d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32082,14 +32082,14 @@ (define-public r-zoolog
(define-public r-filehash
(package
(name "r-filehash")
(version "2.4-2")
(version "2.4-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "filehash" version))
(sha256
(base32
"14zv7h5195dmfksgk8qvjgc2qq8253vga6267aa1bqs5bpvmdl5n"))))
"1ga17smgjd4qsnf5a7qk0giwhpc5969ylqj520favs1k6b4y557k"))))
(properties `((upstream-name . "filehash")))
(build-system r-build-system)
(home-page "http://github.com/rdpeng/filehash")