gnu: zn_poly: Rename to zn-poly, according to our naming conventions.

Reported by Nicolas Goaziou <mail@nicolasgoaziou.fr>.

This is a follow-up to commit 01822e3ebf.
* gnu/packages/sagemath.scm (zn_poly): Rename to...
* gnu/packages/sagemath.scm (zn-poly): ...this.
master
Andreas Enge 2019-06-20 00:03:46 +02:00
parent a1dcaacb7b
commit 80ee7c4a48
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 4 additions and 4 deletions

View File

@ -270,18 +270,18 @@ on numerical types, while GiNaC depends on CLN for this purpose.")
(home-page "http://pynac.org/"))) (home-page "http://pynac.org/")))
;; Sage has become upstream of the following package. ;; Sage has become upstream of the following package.
(define-public zn_poly (define-public zn-poly
(package (package
(name "zn_poly") (name "zn-poly")
(version "0.9.1") (version "0.9.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url (string-append "https://gitlab.com/sagemath/" (url (string-append "https://gitlab.com/sagemath/"
name ".git/")) "zn_poly.git/"))
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name "zn_poly" version))
(sha256 (sha256
(base32 (base32
"0ra5vy585bqq7g3317iw6fp44iqgqvds3j0l1va6mswimypq4vxb")))) "0ra5vy585bqq7g3317iw6fp44iqgqvds3j0l1va6mswimypq4vxb"))))