mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: git-minimal/pinned: Update to 2.41.0.
* gnu/packages/version-control.scm (git-minimal/pinned): Update to 2.41.0. Change-Id: I019bcd3943c727581782645bad646192affa8672
This commit is contained in:
parent
b81b3d5fbe
commit
4ed3e46715
1 changed files with 2 additions and 2 deletions
|
@ -747,14 +747,14 @@ (define-deprecated/public-alias git-minimal/fixed git-minimal/pinned)
|
||||||
(define-public git-minimal/pinned
|
(define-public git-minimal/pinned
|
||||||
;; Version that rarely changes, depended on by Graphene/GTK+.
|
;; Version that rarely changes, depended on by Graphene/GTK+.
|
||||||
(package/inherit git-minimal
|
(package/inherit git-minimal
|
||||||
(version "2.33.1")
|
(version "2.41.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
|
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bqz401dyp8wnjj3k5ahrniwk4dalndysqazzwdvv25hqbkacm70"))))))
|
"0h40arw08xbpi2cbf7pvc947v963rjxz3inb2ar81zjc8byvlj77"))))))
|
||||||
|
|
||||||
(define-public python-klaus
|
(define-public python-klaus
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue