From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 51678@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#51678] [PATCH] gnu: stagit: Update to 0.9.6.
Date: Sun, 7 Nov 2021 23:38:14 -0500 [thread overview]
Message-ID: <20211108043814.520-1-jgart@dismail.de> (raw)
* gnu/packages/version-control.scm (stagit): Update to 0.9.6.
[home-page]: Update home page.
[source]: Update fetch method and location of source repository.
---
gnu/packages/version-control.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 064212db9f..833f98796d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2643,14 +2643,16 @@ (define-public fossil
(define-public stagit
(package
(name "stagit")
- (version "0.7.2")
+ (version "0.9.6")
(source (origin
- (method url-fetch)
- (uri (string-append "https://dl.2f30.org/releases/"
- name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "git://git.codemadness.org/stagit")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1m3s9g1z9szbjrhm8sic91xh6f2bfpi56rskdkqd5wc4wdycpyi5"))))
+ "0hcf1rmsp9s6jjg1dypq7sa3dqmqg2q3x1kj23rb5gwrsb31vyfj"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests
@@ -2661,7 +2663,7 @@ (define-public stagit
(delete 'configure)))) ; No configure script
(inputs
`(("libgit2" ,libgit2)))
- (home-page "https://2f30.org/")
+ (home-page "https://git.codemadness.org/stagit/")
(synopsis "Static git page generator")
(description "Stagit creates static pages for git repositories, the results can
be served with a HTTP file server of your choice.")
--
2.33.1
next reply other threads:[~2021-11-08 4:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-08 4:38 jgart via Guix-patches via [this message]
2021-11-08 7:30 ` bug#51678: [PATCH] gnu: stagit: Update to 0.9.6 Efraim Flashner
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=20211108043814.520-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=51678@debbugs.gnu.org \
--cc=jgart@dismail.de \
/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).