gnu: opensubdiv: Use a regular versioning pattern.

* gnu/packages/graphics.scm (opensubdiv)[version]: Use dots instead of
underscores between numbers.
[source](uri): Adjust accordingly.
This commit is contained in:
Marius Bakke 2019-10-17 15:23:39 +02:00
parent 4845dee706
commit a31b745756
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1026,12 +1026,13 @@ (define (bin-directory input-name)
(define-public opensubdiv
(package
(name "opensubdiv")
(version "3_4_0")
(version "3.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/PixarAnimationStudios/OpenSubdiv")
(commit (string-append "v" version))))
(url "https://github.com/PixarAnimationStudios/OpenSubdiv")
(commit (string-append "v" (string-join (string-split version #\.)
"_")))))
(file-name (git-file-name name version))
(sha256
(base32