gnu: r-foreign: Update hash after upstream tarball change.

* gnu/packages/statistics.scm (r-foreign):  Update hash.  The only difference
  in the tarball is the metadata.  The contents are identical.
This commit is contained in:
Roel Janssen 2017-08-01 23:06:41 +02:00
parent cdf124c607
commit 14fce399cc
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -373,7 +373,7 @@ (define-public r-foreign
(uri (cran-uri "foreign" version))
(sha256
(base32
"1mcrm2pydimbyjhkrw5h380bifj1jhwzifph1xgh90asf3lvd1xd"))))
"0j0z815zyp8n97rk6hlk68d1r8b26vls39s03viq0pnx3cbpwyga"))))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/foreign")
(synopsis "Read data stored by other statistics software")