[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/172: gnu: run: Update to 0.11.2.
From: |
guix-commits |
Subject: |
169/172: gnu: run: Update to 0.11.2. |
Date: |
Tue, 5 Nov 2024 16:05:14 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b347407e8f0e37936e497d37453e1787932b7ec1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 26 11:37:36 2024 +0100
gnu: run: Update to 0.11.2.
* gnu/packages/task-runners.scm (run): Update to 0.11.2. Adjust package
style by shiftin order of fields.
[arguments]: Do not install sources.
[propagated-inputs]: Remove go-github-com-tekwizely-go-parsing.
[native-inputs]: Add go-github-com-goreleaser-fileglob,
go-github-com-subosito-gotenv, and
go-github-com-tekwizely-go-parsing.
Change-Id: I02e4384aee83a3000c159e9d74fe1e94505ce9a7
---
gnu/packages/task-runners.scm | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/task-runners.scm b/gnu/packages/task-runners.scm
index f06658fd7d..eb64f432e8 100644
--- a/gnu/packages/task-runners.scm
+++ b/gnu/packages/task-runners.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
+;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -33,7 +34,7 @@
(define-public run
(package
(name "run")
- (version "0.7.2")
+ (version "0.11.2")
(source
(origin
(method git-fetch)
@@ -42,17 +43,21 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "17n11lqhywq4z62w2rakdq80v7mxf83rgln19vj4v4nxpwd2hjjw"))))
+ (base32 "1p9hyc3zrjh58nqdc2j2qnkcyg7z8av2q7fb49ycs4292awl0zka"))))
(build-system go-build-system)
- (propagated-inputs
- (list go-github-com-tekwizely-go-parsing))
(arguments
- `(#:import-path "github.com/tekwizely/run"))
+ (list
+ #:install-source? #f
+ #:import-path "github.com/tekwizely/run"))
+ (native-inputs
+ (list go-github-com-goreleaser-fileglob
+ go-github-com-subosito-gotenv
+ go-github-com-tekwizely-go-parsing))
+ (home-page "https://github.com/TekWizely/run")
(synopsis "Easily manage and invoke small scripts and wrappers")
(description
"Run is a tool to easily manage and invoke small scripts and wrappers by
using a Runfile.")
- (home-page "https://github.com/TekWizely/run")
(license license:expat)))
(define-public task-spooler
- 159/172: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., (continued)
- 159/172: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/11/05
- 147/172: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/11/05
- 148/172: gnu: trezord: Refresh package style., guix-commits, 2024/11/05
- 155/172: gnu: Add go-rsc-io-binaryregexp., guix-commits, 2024/11/05
- 156/172: gnu: Add go-github-com-rogpeppe-fastuuid., guix-commits, 2024/11/05
- 158/172: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/11/05
- 161/172: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/11/05
- 160/172: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz., guix-commits, 2024/11/05
- 163/172: gnu: Add go-github-com-goreleaser-fileglob., guix-commits, 2024/11/05
- 164/172: gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d., guix-commits, 2024/11/05
- 169/172: gnu: run: Update to 0.11.2.,
guix-commits <=
- 167/172: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/11/05
- 172/172: gnu: go-1.23: Update to 1.23.2., guix-commits, 2024/11/05
- 84/172: gnu: Add go-github-com-cyphar-filepath-securejoin., guix-commits, 2024/11/05
- 146/172: gnu: Add go-github-com-prometheus-community-pro-bing., guix-commits, 2024/11/05
- 149/172: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/11/05
- 151/172: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/11/05
- 154/172: gnu: Add go-github-com-pkg-browser., guix-commits, 2024/11/05
- 157/172: gnu: packages/high-availability: Remove golang module., guix-commits, 2024/11/05