discussion and development of piem
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: piem@inbox.kyleam.com
Subject: [PATCH] .guix.scm: Remove b4 definition
Date: Sun, 15 Nov 2020 16:04:45 -0500	[thread overview]
Message-ID: <20201115210445.7892-1-kyle@kyleam.com> (raw)

b4 is available upstream as of 3b77ba78684.

Ref: https://yhetil.org/guix-patches/20201114003906.25111-1-kyle@kyleam.com
---
 .guix.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/.guix.scm b/.guix.scm
index dca7a1f..c8acb32 100644
--- a/.guix.scm
+++ b/.guix.scm
@@ -45,27 +45,6 @@ (use-modules (guix build utils)
 ;;; Package definitions that should eventually be polished and
 ;;; submitted upstream.
 
-(define-public b4
-  (package
-    (name "b4")
-    (version "0.5.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://git.kernel.org/pub/scm/utils/b4/b4.git")
-             (commit (string-append "v" version))))
-       (file-name (string-append name "-" version "-checkout"))
-       (sha256
-        (base32 "1w11fiyspyncz2m7njrjfylgzch4azi7560ngd8i733wvjjhg3mj"))))
-    (build-system python-build-system)
-    (inputs
-     `(("python-requests" ,python-requests)))
-    (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
-    (synopsis "")
-    (description "")
-    (license license:gpl2+)))
-
 (define-public piem
   (package
     (name "piem")

base-commit: b54ad663fe22811dde804721d4db528ea18a433c
-- 
2.29.2


                 reply	other threads:[~2020-11-15 21:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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://git.kyleam.com/

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

  git send-email \
    --in-reply-to=20201115210445.7892-1-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=piem@inbox.kyleam.com \
    /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.kyleam.com/piem/

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).