unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: 路辉 <luhux76@gmail.com>
To: 61603@debbugs.gnu.org
Subject: [bug#61603] Subject: [PATCH] gnu: xfel: Update to 1.2.9
Date: Sat, 18 Feb 2023 12:40:14 +0000	[thread overview]
Message-ID: <CAGNyvejGnOkMmiHKL8kDORtbdADaw7QKWrfKZeKak0Z+ohXtVw@mail.gmail.com> (raw)

From d77279693be162d3efc0b9bcdfd76f73a66bbbab Mon Sep 17 00:00:00 2001
From: LuHui <luhux76@gmail.com>
Date: Sat, 18 Feb 2023 20:32:33 +0800
Subject: [PATCH] gnu: xfel: Update to 1.2.9

* gnu/packages/admin.scm (xfel): Update to 1.2.9
---
 gnu/packages/admin.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 055be32972..e612d7ec86 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -56,6 +56,7 @@
 ;;; Copyright © 2022, 2023 Matthew James Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2023 Juliana Sims <jtsims@protonmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3744,7 +3745,7 @@ (define-public sunxi-tools
 (define-public xfel
   (package
     (name "xfel")
-    (version "1.2.4")
+    (version "1.2.9")
     (source
      (origin
        (method git-fetch)
@@ -3752,7 +3753,7 @@ (define-public xfel
               (url "https://github.com/xboot/xfel.git")
               (commit (string-append "v" version))))
        (sha256
-         (base32 "0r4j63vh6279fj1yh71h08d1av3nc0majlad5yh6admsxiig101m"))
+         (base32 "0gs37w5zjfmyadm49hdalq6vr6gidc683agz3shncgj93x2hxx02"))
        (file-name (git-file-name name version))))
     (native-inputs
      (list pkg-config))
@@ -3770,12 +3771,14 @@ (define-public xfel
                 (("/usr/local") out)
                 (("/usr") out)
                 (("/etc/udev/rules.d")
-                 (string-append out "/lib/udev/rules.d"))))))
+                 (string-append out "/lib/udev/rules.d"))
+                (("udevadm control --reload") ; next version will remove this
+                  "")))))
          (delete 'configure))))
     (home-page "https://github.com/xboot/xfel")
     (synopsis "Remote debugging tool for Allwinner D1 computers")
-    (description "This package contains a debugging tool for Allwinner D1
-devices (connects via USB OTG).")
+    (description "This package contains a debugging tool for Allwinner soc
+(connects via USB OTG).")
     (license license:expat)))

 (define-public sedsed
-- 
2.39.1




             reply	other threads:[~2023-02-18 12:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-18 12:40 路辉 [this message]
2023-02-21 13:52 ` bug#61603: Subject: [PATCH] gnu: xfel: Update to 1.2.9 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGNyvejGnOkMmiHKL8kDORtbdADaw7QKWrfKZeKak0Z+ohXtVw@mail.gmail.com \
    --to=luhux76@gmail.com \
    --cc=61603@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).