* [bug#56379] [PATCH] gnu: txr: Update to 278.
@ 2022-07-04 4:15 Paul A. Patience
2022-07-04 4:23 ` [bug#56379] [PATCH v2] " Paul A. Patience
0 siblings, 1 reply; 3+ messages in thread
From: Paul A. Patience @ 2022-07-04 4:15 UTC (permalink / raw)
To: 56379; +Cc: Paul A. Patience
* gnu/packages/lisp.scm (txr): Update to 278.
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index af65d9327f..9de609878c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -958,7 +958,7 @@ (define man-for-txr
(define-public txr
(package
(name "txr")
- (version "277")
+ (version "278")
(source
(origin
(method git-fetch)
@@ -967,7 +967,7 @@ (define-public txr
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1w6q5inydz0cf4g3y8954msxfb2clf4nj4aqiiayp0z2y96b7bhk"))))
+ (base32 "08jmqv245vnvl4xx6x5a5hxlnhdcipfdbja54dvsi6wkiks2fif7"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#56379] [PATCH v2] gnu: txr: Update to 278.
2022-07-04 4:15 [bug#56379] [PATCH] gnu: txr: Update to 278 Paul A. Patience
@ 2022-07-04 4:23 ` Paul A. Patience
2022-07-06 9:06 ` bug#56379: " Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: Paul A. Patience @ 2022-07-04 4:23 UTC (permalink / raw)
To: 56379; +Cc: Paul A. Patience
* gnu/packages/lisp.scm (txr): Update to 278.
[source]: Use 'https' in url.
---
Forgot to update the URL to https.
gnu/packages/lisp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index af65d9327f..021287afa9 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -958,16 +958,16 @@ (define man-for-txr
(define-public txr
(package
(name "txr")
- (version "277")
+ (version "278")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "http://www.kylheku.com/git/txr/")
+ (url "https://www.kylheku.com/git/txr/")
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1w6q5inydz0cf4g3y8954msxfb2clf4nj4aqiiayp0z2y96b7bhk"))))
+ (base32 "08jmqv245vnvl4xx6x5a5hxlnhdcipfdbja54dvsi6wkiks2fif7"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#56379: [PATCH v2] gnu: txr: Update to 278.
2022-07-04 4:23 ` [bug#56379] [PATCH v2] " Paul A. Patience
@ 2022-07-06 9:06 ` Efraim Flashner
0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2022-07-06 9:06 UTC (permalink / raw)
To: Paul A. Patience; +Cc: 56379-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-06 10:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 4:15 [bug#56379] [PATCH] gnu: txr: Update to 278 Paul A. Patience
2022-07-04 4:23 ` [bug#56379] [PATCH v2] " Paul A. Patience
2022-07-06 9:06 ` bug#56379: " Efraim Flashner
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.