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
|
@ -193,7 +193,7 @@ classification.")
|
||||||
(uri (svn-reference
|
(uri (svn-reference
|
||||||
(url "http://svn.code.sf.net/p/ghmm/code/trunk")
|
(url "http://svn.code.sf.net/p/ghmm/code/trunk")
|
||||||
(revision svn-revision)))
|
(revision svn-revision)))
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qbq1rqp94l530f043qzp8aw5lj7dng9wq0miffd7spd1ff638wq"))))
|
"0qbq1rqp94l530f043qzp8aw5lj7dng9wq0miffd7spd1ff638wq"))))
|
||||||
|
|
Loading…
Reference in New Issue