diff options
| author | Dariqq <dariqq@posteo.net> | 2026-02-27 15:37:12 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-15 22:57:53 +0900 |
| commit | a9aa0900602ee59399be773d4bf6c45e34a8ca91 (patch) | |
| tree | 4f58adc91e2eceae93f01e76c85c7030e779a40f /gnu | |
| parent | b8d73330f31c02116fe9b33b6ade6f5f3846d248 (diff) | |
gnu: vlang: Use git-minimal/pinned.
* gnu/packages/vlang.scm (vlang)[native-inputs]:
Replace git-minimal with git-minimal/pinned.
Merges: https://codeberg.org/guix/guix/pulls/6741
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/vlang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vlang.scm b/gnu/packages/vlang.scm index db3b6a66aa7..4f5d8d66e60 100644 --- a/gnu/packages/vlang.scm +++ b/gnu/packages/vlang.scm | |||
| @@ -130,7 +130,7 @@ | |||
| 130 | (file-name (git-file-name "vc" vc-version)) | 130 | (file-name (git-file-name "vc" vc-version)) |
| 131 | (sha256 | 131 | (sha256 |
| 132 | (base32 "1gxdkgc7aqw5f0fhch1n6nhzgzvgb49p77idx1zj7wcp53lpx5ng"))))) | 132 | (base32 "1gxdkgc7aqw5f0fhch1n6nhzgzvgb49p77idx1zj7wcp53lpx5ng"))))) |
| 133 | ("git" ,git-minimal) | 133 | ("git" ,git-minimal/pinned) |
| 134 | ;; For the tests. | 134 | ;; For the tests. |
| 135 | ("libx11" ,libx11) | 135 | ("libx11" ,libx11) |
| 136 | ("node" ,node-lts) | 136 | ("node" ,node-lts) |
