emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51678: closed ([PATCH] gnu: stagit: Update to 0.9.6.)


From: GNU bug Tracking System
Subject: bug#51678: closed ([PATCH] gnu: stagit: Update to 0.9.6.)
Date: Mon, 08 Nov 2021 07:32:02 +0000

Your message dated Mon, 8 Nov 2021 09:30:39 +0200
with message-id <YYjSH9uNgPMSt1CS@3900XT>
and subject line Re: [bug#51678] [PATCH] gnu: stagit: Update to 0.9.6.
has caused the debbugs.gnu.org bug report #51678,
regarding [PATCH] gnu: stagit: Update to 0.9.6.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51678: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51678
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: stagit: Update to 0.9.6. Date: Sun, 7 Nov 2021 23:38:14 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#51678] [PATCH] gnu: stagit: Update to 0.9.6. Date: Mon, 8 Nov 2021 09:30:39 +0200
Thanks! Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]