From: david.larsson@selfhosted.xyz
To: guix-devel@gnu.org
Subject: guile-bash updated source url
Date: Sun, 28 Apr 2019 10:28:43 +0200 (CEST) [thread overview]
Message-ID: <alpine.LNX.2.21.9999.1904281028380.32372@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 491 bytes --]
Hello Guix,
This is my first contribution to guix and it's just a minor fix for
the guile-bash package which had an outdated source url. I was able to
retrieve the same revision of the package via the software-heritage
project's website and upload it to gitlab. Then I installed it
successfully via guix package -f my-guile-bash.scm using the gitlab url,
then copied it to the existing guile-xyz.scm in gnu/packages.
I have attached a patch-file with the changes.
--
Best Regards
David L
[-- Attachment #2: Type: text/plain, Size: 1837 bytes --]
From 75f8252f2c27f04961445f898041dd3f8a552e8a Mon Sep 17 00:00:00 2001
From: David Larsson <david.larsson@selfhosted.xyz>
Date: Sun, 28 Apr 2019 10:05:39 +0200
Subject: [PATCH] Updated source url for guile-bash package
---
gnu/packages/guile-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 03fd63837e..8f341be781 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -294,23 +294,21 @@ dictionary and suggesting spelling corrections.")
(license license:gpl3+)))
(define-public guile-bash
- ;; This project is currently retired. It was initially announced here:
- ;; <https://lists.gnu.org/archive/html/guile-user/2015-02/msg00003.html>.
- (let ((commit "1eabc563ca5692b3e08d84f1f0e6fd2283284469")
+ (let ((commit "49099fe6a592aa3b8001e826b939869fe5811785")
(revision "0"))
(package
(name "guile-bash")
(version (string-append "0.1.6-" revision "." (string-take commit 7)))
(home-page
- "https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git")
+ "https://gitlab.com/methuselah-0/guile-bash")
(source (origin
(method git-fetch)
(uri (git-reference
(commit commit)
- (url home-page)))
+ (url "https://gitlab.com/methuselah-0/guile-bash.git")))
(sha256
(base32
- "097vny990wp2qpjij6a5a5gwc6fxzg5wk56inhy18iki5v6pif1p"))
+ "1cwyf7sd0chrfmfipkvaph5gf70hck6fj36sxcc4ncin49xlxv0l"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
--
2.20.1
next reply other threads:[~2019-04-28 8:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-28 8:28 david.larsson [this message]
2019-05-01 10:11 ` guile-bash updated source url Andreas Enge
2019-05-03 13:56 ` Ludovic Courtès
2019-05-05 11:07 ` david.larsson
2019-05-05 22:58 ` Mark H Weaver
2019-05-08 4:25 ` Mark H Weaver
2019-05-11 16:08 ` david.larsson
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LNX.2.21.9999.1904281028380.32372@localhost \
--to=david.larsson@selfhosted.xyz \
--cc=guix-devel@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.