[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: noweb: Update to 2.13.
From: |
guix-commits |
Subject: |
07/13: gnu: noweb: Update to 2.13. |
Date: |
Mon, 14 Aug 2023 15:37:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 709232459d47db6fec4e3460ebf418f70379ef61
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 6 02:00:00 2023 +0200
gnu: noweb: Update to 2.13.
* gnu/packages/noweb.scm (noweb): Update to 2.13.
---
gnu/packages/noweb.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/noweb.scm b/gnu/packages/noweb.scm
index 59a71c1334..762db02fc2 100644
--- a/gnu/packages/noweb.scm
+++ b/gnu/packages/noweb.scm
@@ -28,7 +28,7 @@
(define-public noweb
(package
(name "noweb")
- (version "2.12")
+ (version "2.13")
(source
(origin
(method git-fetch)
@@ -38,7 +38,7 @@
"_")))))
(file-name (git-file-name name version))
(sha256
- (base32 "1160i2ghgzqvnb44kgwd6s3p4jnk9668rmc15jlcwl7pdf3xqm95"))))
+ (base32 "0fwngh7zl9mrjz966pskhi4zvk26j6vsm85x99df9194nv51drq8"))))
(build-system gnu-build-system)
(arguments
(list
- branch master updated (d0776ff44c -> 2d4ee4677e), guix-commits, 2023/08/14
- 01/13: gnu: mc: Update to 4.8.30., guix-commits, 2023/08/14
- 05/13: gnu: mc: Shrink closure., guix-commits, 2023/08/14
- 07/13: gnu: noweb: Update to 2.13.,
guix-commits <=
- 08/13: gnu: corsix-th: Update to 0.67., guix-commits, 2023/08/14
- 10/13: gnu: lagrange: Update to 1.16.7., guix-commits, 2023/08/14
- 13/13: gnu: entangle: Update package style., guix-commits, 2023/08/14
- 04/13: gnu: mc: Fix cross-(mis)compilation & substitutions., guix-commits, 2023/08/14
- 09/13: gnu: corsix-th: Use G-expressions., guix-commits, 2023/08/14
- 02/13: gnu: mc: Use G-expressions., guix-commits, 2023/08/14
- 11/13: doc: Imply that ~/.nix-profile is not a typo., guix-commits, 2023/08/14
- 12/13: gnu: entangle: Fix build., guix-commits, 2023/08/14
- 06/13: gnu: noweb: Use G-expressions., guix-commits, 2023/08/14
- 03/13: gnu: mc: Remove obsolete substitution., guix-commits, 2023/08/14