mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: gource: Update to 0.55.
* gnu/packages/version-control.scm (gource): Update to 0.55. Change-Id: I89f22478b19808c6876db425d15398bcf559e096
This commit is contained in:
parent
680d01aeef
commit
7aea4f883c
1 changed files with 3 additions and 2 deletions
|
@ -59,6 +59,7 @@
|
||||||
;;; Copyright © 2024 Javier Olaechea <pirata@gmail.com>
|
;;; Copyright © 2024 Javier Olaechea <pirata@gmail.com>
|
||||||
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
||||||
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
|
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
|
||||||
|
;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -3524,7 +3525,7 @@ (define-public stagit
|
||||||
(define-public gource
|
(define-public gource
|
||||||
(package
|
(package
|
||||||
(name "gource")
|
(name "gource")
|
||||||
(version "0.54")
|
(version "0.55")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3532,7 +3533,7 @@ (define-public gource
|
||||||
"/gource-" version "/gource-" version ".tar.gz"))
|
"/gource-" version "/gource-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rgsssff5ygafc5svg19p046r4h2q9a3wqqbzrllvkyjcpgwxjqx"))))
|
"0hh17h0pf4b7yq23xsr5zhl1cs02d2bijxj7ks6m01wbs89948y8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue