emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48382: closed ([PATCH 1/6] gnu: yml2: Update to 2.7.0.)


From: GNU bug Tracking System
Subject: bug#48382: closed ([PATCH 1/6] gnu: yml2: Update to 2.7.0.)
Date: Mon, 31 May 2021 08:48:01 +0000

Your message dated Mon, 31 May 2021 10:47:22 +0200
with message-id <e67baf14-10db-181e-c3cb-17956c07c30c@crazy-compilers.com>
and subject line Re: bug#48382: Acknowledgement ([PATCH 1/6] gnu: yml2: Update 
to 2.7.0.)
has caused the debbugs.gnu.org bug report #48382,
regarding [PATCH 1/6] gnu: yml2: Update to 2.7.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48382: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48382
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/6] gnu: yml2: Update to 2.7.0. Date: Wed, 12 May 2021 19:39:59 +0200
* gnu/packages/pep.scm (yml2): Update to 2.7.0.
  [source]: Switch to new git repo.
---
 gnu/packages/pep.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/pep.scm b/gnu/packages/pep.scm
index 289796a377..6d24534f7e 100644
--- a/gnu/packages/pep.scm
+++ b/gnu/packages/pep.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
+;;; Copyright © 2016, 2020, 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -40,15 +40,16 @@
 (define-public yml2
   (package
     (name "yml2")
-    (version "2.6.3")
-    (source (origin
-       (method hg-fetch)
-       (uri (hg-reference
-             (url "https://pep.foundation/dev/repos/yml2";)
-             (changeset version)))
-       (file-name (string-append name "-" version "-checkout"))
+    (version "2.7.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitea.pep.foundation/fdik/yml2";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "10jjjyq1mz18zkzvxd62aba00h69gd9cglisqcvb81j67ml2v1bx"))))
+        (base32 "0fm1x1fv4lwcpbn59s55idzf7x173n59xpz8rlrxalmi6gvsjijr"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-lxml" ,python-lxml)))
-- 
2.21.4




--- End Message ---
--- Begin Message --- Subject: Re: bug#48382: Acknowledgement ([PATCH 1/6] gnu: yml2: Update to 2.7.0.) Date: Mon, 31 May 2021 10:47:22 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2
Pushed as c85edf2ca47a10634faba15848cca7b4558a82ab

--
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]