mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: mallard-ducktype: Update to 1.0.2.
* gnu/packages/python-xyz.scm (mallard-ducktype) Update to 1.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
3755d5cb5e
commit
12cc3da5c1
1 changed files with 4 additions and 4 deletions
|
@ -3122,19 +3122,19 @@ (define-public pelican
|
|||
(define-public mallard-ducktype
|
||||
(package
|
||||
(name "mallard-ducktype")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
;; git-reference because a proper source tarball is not available
|
||||
;; https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html
|
||||
;; git-reference because tests are not included in pypi source tarball
|
||||
;; https://issues.guix.gnu.org/issue/36755#2
|
||||
(uri (git-reference
|
||||
(url "https://github.com/projectmallard/mallard-ducktype.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0crland0kmpsyjfmnflcw7gaqy5b87b6ah17cmr9d5z1kyazf54n"))))
|
||||
"1jk9bfz7g04ip78s03b0xak6d54rj4h9zpgadkziy1ji216g6y4c"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue