mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Revert "gnu: git: Update to 2.45.2."
This partially reverts commit26c0ff98cf
, removing some extraneous changes that were added by mistake. This is a followup to commit26c0ff98cf
Change-Id: I907cfb98414ec8aeb1bbfc7b1b3d41fd36e8d309
This commit is contained in:
parent
f4d33ff279
commit
1b2e139624
2 changed files with 4 additions and 5 deletions
|
@ -10039,8 +10039,7 @@ (define-public bcc
|
|||
flex
|
||||
(@ (gnu packages compression) zip)))
|
||||
(inputs
|
||||
(list bash-minimal ;for wrap-program
|
||||
clang-15
|
||||
(list clang-15
|
||||
elfutils
|
||||
luajit
|
||||
libbpf
|
||||
|
|
|
@ -242,14 +242,14 @@ (define git-cross-configure-flags
|
|||
(define-public git
|
||||
(package
|
||||
(name "git")
|
||||
(version "2.45.2")
|
||||
(version "2.45.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nws1vjgj54sv32wxl1h3n1jkcpabqv7a605hhafsby0n5zfigsi"))))
|
||||
"1gqj5xrlmzs4amrj7xgxx7qpqj8br8f6bk4bzcnf4yk2iq538kg6"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("native-perl" ,perl)
|
||||
|
@ -269,7 +269,7 @@ (define-public git
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09"))))
|
||||
"1w6r2liifafsxydmc48p578z7z70ys0spm6qp5ygdd0l26mxf8p6"))))
|
||||
;; For subtree documentation.
|
||||
("asciidoc" ,asciidoc)
|
||||
("docbook2x" ,docbook2x)
|
||||
|
|
Loading…
Reference in a new issue