unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 70975@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#70975] [PATCH] gnu: 0xffff: Update to 0.10.
Date: Thu, 16 May 2024 13:10:36 +0300	[thread overview]
Message-ID: <850faca890728cf6296d0b35b13e9c24068de64c.1715854236.git.poptsov.artyom@gmail.com> (raw)

* gnu/packages/flashing-tools.scm (0xffff): Update to 0.10.
  [arguments]: Use gexps.

Change-Id: Ifb54578deb016a88e6314ecb7d16966c9294d7b3
---
 gnu/packages/flashing-tools.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index 83a4c3e3e7..2629bafbe4 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
 ;;; Copyright © 2023 B. Wilson <x@wilsonb.com>
 ;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -112,7 +113,7 @@ (define-public flashrom
 (define-public 0xffff
   (package
     (name "0xffff")
-    (version "0.9")
+    (version "0.10")
     (source
      (origin
        (method git-fetch)
@@ -121,22 +122,21 @@ (define-public 0xffff
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rl1xzbxl991pm2is98zbryac1lgjrc3zphmbd8agv07av0r6r6n"))))
+        (base32 "1nqbrr64kjr0h3h6gzhrj1vd106nni4y9mhjdr8mh2x9lcgn4fj5"))))
     (build-system gnu-build-system)
     (inputs
      ;; Building with libusb-compat will succeed but the result will be broken.
      ;; See <https://github.com/pali/0xFFFF/issues/3>.
      (list libusb-0.1))
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (delete 'configure))           ; no configure
-       #:make-flags
-       (list (string-append "CC=" ,(cc-for-target))
-             "HOST_CC=gcc"
-             "BUILD_DATE=GNU Guix"
-             (string-append "PREFIX=" %output))
-       #:tests? #f))                    ; no 'check' target
+     (list
+      #:phases #~(modify-phases %standard-phases
+                   (delete 'configure)) ;no configure
+      #:make-flags #~(list (string-append "CC="
+                                          #$(cc-for-target)) "HOST_CC=gcc"
+                           "BUILD_DATE=GNU Guix"
+                           (string-append "PREFIX=" %output))
+      #:tests? #f)) ;no 'check' target
     (home-page "https://github.com/pali/0xFFFF")
     (synopsis "Flash FIASCO images on Maemo devices")
     (description

base-commit: 898b5f30f3d485d48275c920da172863da9524c6
-- 
2.41.0





             reply	other threads:[~2024-05-16 10:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-16 10:10 Artyom V. Poptsov [this message]
2024-05-17 19:16 ` bug#70975: [PATCH] gnu: 0xffff: Update to 0.10 Jonathan Brielmaier via Guix-patches via

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=850faca890728cf6296d0b35b13e9c24068de64c.1715854236.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=70975@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).