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
|
@ -3122,19 +3122,19 @@ and is very extensible.")
|
||||||
(define-public mallard-ducktype
|
(define-public mallard-ducktype
|
||||||
(package
|
(package
|
||||||
(name "mallard-ducktype")
|
(name "mallard-ducktype")
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
;; git-reference because a proper source tarball is not available
|
;; git-reference because tests are not included in pypi source tarball
|
||||||
;; https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html
|
;; https://issues.guix.gnu.org/issue/36755#2
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/projectmallard/mallard-ducktype.git")
|
(url "https://github.com/projectmallard/mallard-ducktype.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0crland0kmpsyjfmnflcw7gaqy5b87b6ah17cmr9d5z1kyazf54n"))))
|
"1jk9bfz7g04ip78s03b0xak6d54rj4h9zpgadkziy1ji216g6y4c"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue