mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 00:50:35 +02:00
gnu: python-ruamel.yaml.clib: Update to 0.2.9.
* gnu/packages/serialization.scm (python-ruamel.yaml.clib): Update to 0.2.9. [source]: use hg-file-name. Change-Id: Id431c4c44a21af9c254f6ad6902b564fd7d55911
This commit is contained in:
committed by
Andreas Enge
parent
c04252e651
commit
d178aa7203
@@ -872,7 +872,7 @@ style and key ordering are kept, so you can diff the source.")
|
||||
(define-public python-ruamel.yaml.clib
|
||||
(package
|
||||
(name "python-ruamel.yaml.clib")
|
||||
(version "0.2.8")
|
||||
(version "0.2.9")
|
||||
(source
|
||||
(origin
|
||||
;; pypi release code has cythonized code without corresponding source.
|
||||
@@ -880,10 +880,10 @@ style and key ordering are kept, so you can diff the source.")
|
||||
(uri (hg-reference
|
||||
(url "http://hg.code.sf.net/p/ruamel-yaml-clib/code")
|
||||
(changeset version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (hg-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qspqnk72xrjj17b00hjibbzjk3krsrakzf08wxwz7z908cv6278"))
|
||||
"100nyixfikwivsxiwkq2frgbfkqvvl112wkn0sgc57xq0p1s0dv8"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
||||
Reference in New Issue
Block a user