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:
Maxim Cournoyer 2023-10-16 17:33:35 -04:00 committed by Ludovic Courtès
parent b81b3d5fbe
commit 4ed3e46715
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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