gnu: ghmm: Update source file-name field.

* gnu/packages/machine-learning.scm (ghmm)[source]: Change 'file-name
field to include '-checkout' string.
This commit is contained in:
Efraim Flashner 2019-08-07 19:34:11 +03:00
parent 1f53fdae82
commit e3a699380e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -193,7 +193,7 @@ (define-public ghmm
(uri (svn-reference
(url "http://svn.code.sf.net/p/ghmm/code/trunk")
(revision svn-revision)))
(file-name (string-append name "-" version))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0qbq1rqp94l530f043qzp8aw5lj7dng9wq0miffd7spd1ff638wq"))))