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:
parent
1f53fdae82
commit
e3a699380e
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue