[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/49: gnu: git: Update to 2.45.2.
From: |
guix-commits |
Subject: |
26/49: gnu: git: Update to 2.45.2. |
Date: |
Mon, 24 Jun 2024 09:04:36 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 26c0ff98cf4302fc69539272d646c0ef28991991
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Wed Jun 5 14:30:18 2024 +0000
gnu: git: Update to 2.45.2.
* gnu/packages/version-control.scm (git): Update to 2.45.2.
Change-Id: I6bcbc5f0f12a50cbfc0fdc51c30b26e765005d28
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/linux.scm | 3 ++-
gnu/packages/version-control.scm | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4c4bf2aa6b..9097dca085 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10039,7 +10039,8 @@ headers.")
flex
(@ (gnu packages compression) zip)))
(inputs
- (list clang-15
+ (list bash-minimal ;for wrap-program
+ clang-15
elfutils
luajit
libbpf
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 0e73854fb1..da02d0e4ea 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -242,14 +242,14 @@ Python 3.3 and later, rather than on Python 2.")
(define-public git
(package
(name "git")
- (version "2.45.1")
+ (version "2.45.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "1gqj5xrlmzs4amrj7xgxx7qpqj8br8f6bk4bzcnf4yk2iq538kg6"))))
+ "1nws1vjgj54sv32wxl1h3n1jkcpabqv7a605hhafsby0n5zfigsi"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -269,7 +269,7 @@ Python 3.3 and later, rather than on Python 2.")
version ".tar.xz"))
(sha256
(base32
- "1w6r2liifafsxydmc48p578z7z70ys0spm6qp5ygdd0l26mxf8p6"))))
+ "1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook2x" ,docbook2x)
- 07/49: gnu: isc-bind: Update to 9.19.24., (continued)
- 07/49: gnu: isc-bind: Update to 9.19.24., guix-commits, 2024/06/24
- 13/49: gnu: sane-backends: Update to 1.3.1., guix-commits, 2024/06/24
- 20/49: gnu: torbrowser: Update to 13.0.16 [security fixes]., guix-commits, 2024/06/24
- 15/49: gnu: smartmontools: Update to 7.4., guix-commits, 2024/06/24
- 14/49: gnu: mold: Update to 2.32.0, guix-commits, 2024/06/24
- 21/49: build-system: qt: Fix default parallel-tests? value to #t., guix-commits, 2024/06/24
- 17/49: gnu: memcached: Update to 1.6.28., guix-commits, 2024/06/24
- 22/49: gnu: grub: Update to 2.12., guix-commits, 2024/06/24
- 29/49: gnu: exim: Update to 4.97.1., guix-commits, 2024/06/24
- 34/49: gnu: Update openjdk variable to openjdk21., guix-commits, 2024/06/24
- 26/49: gnu: git: Update to 2.45.2.,
guix-commits <=
- 36/49: gnu: rgbds: Update to 0.7.0., guix-commits, 2024/06/24
- 35/49: gnu: wine, wine64, wine-staging, wine64-staging: Enable wayland support., guix-commits, 2024/06/24
- 24/49: gnu: volctl: Update to 0.9.4., guix-commits, 2024/06/24
- 40/49: gnu: readymedia: Update to 1.3.3., guix-commits, 2024/06/24
- 44/49: doc: Improve description of nginx's configuration., guix-commits, 2024/06/24
- 43/49: gnu: kakoune: Update to 2024.05.18., guix-commits, 2024/06/24
- 49/49: gnu: patch: Update to latest commit [security fixes]., guix-commits, 2024/06/24
- 48/49: gnu: gnulib: Update to 2024-05-30-1.ac4b301., guix-commits, 2024/06/24
- 09/49: services: networking: Allow dhcp-client to use a config file., guix-commits, 2024/06/24
- 18/49: gnu: wxwidgets: Update to 3.2.5., guix-commits, 2024/06/24