all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52415] [PATCH] gnu: stagit: Update to 1.0.
@ 2021-12-10 17:21 Nikolay Korotkiy
  2021-12-10 22:28 ` bug#52415: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy @ 2021-12-10 17:21 UTC (permalink / raw)
  To: 52415; +Cc: Nikolay Korotkiy

* gnu/packages/version-control.scm (stagit): Update to 1.0.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 10487c6939..162b0ad832 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2711,7 +2711,7 @@ (define-public fossil
 (define-public stagit
   (package
     (name "stagit")
-    (version "0.9.6")
+    (version "1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2720,7 +2720,7 @@ (define-public stagit
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hcf1rmsp9s6jjg1dypq7sa3dqmqg2q3x1kj23rb5gwrsb31vyfj"))))
+                "0j2242vx5pbwdv79gcjxdbrwii48qphr8gk1lk7szj2irxdql171"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No tests
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52415: [PATCH] gnu: stagit: Update to 1.0.
  2021-12-10 17:21 [bug#52415] [PATCH] gnu: stagit: Update to 1.0 Nikolay Korotkiy
@ 2021-12-10 22:28 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-12-10 22:28 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 52415-done

Hello,

Nikolay Korotkiy <sikmir@gmail.com> writes:

> * gnu/packages/version-control.scm (stagit): Update to 1.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-10 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 17:21 [bug#52415] [PATCH] gnu: stagit: Update to 1.0 Nikolay Korotkiy
2021-12-10 22:28 ` bug#52415: " Nicolas Goaziou

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.