summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 15:57:58 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-15 16:18:10 +0000
commit82f68226f9486d98031fa5bd0542789118eed78b (patch)
tree00c5cdf67644f1a265552e5d29de51c4965ff612 /gnu
parent298ebc3c1f01782f7cdd18ca8080ab28371c9a57 (diff)
gnu: badass: Update to 0.0.0-20151201180210-02e7c38d503f.
* gnu/packages/games.scm (badass): Update to 0.0.0-20151201180210-02e7c38d503f. Improve package style. Change-Id: Id46fd01c5a9bf9ee4c91785e5c1d8cfd53707558
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm26
1 files changed, 12 insertions, 14 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b8557e185e1..544754ff914 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8426,30 +8426,28 @@ whatever you make of it.")
8426 (license license:gpl3))) 8426 (license license:gpl3)))
8427 8427
8428(define-public badass 8428(define-public badass
8429 (let ((commit "3c3cd669b4fc8f73a102e3702788f7b28dc47dbb")
8430 (revision "0"))
8431 (package 8429 (package
8432 (name "badass") 8430 (name "badass")
8433 (version (git-version "0.0" revision commit)) 8431 (version "0.0.0-20151201180210-02e7c38d503f")
8434 (source (origin 8432 (source
8435 (method git-fetch) 8433 (origin
8436 (uri (git-reference 8434 (method git-fetch)
8437 (url "https://github.com/umayr/badass") 8435 (uri (git-reference
8438 (commit commit))) 8436 (url "https://github.com/umayr/badass")
8439 (file-name (git-file-name name version)) 8437 (commit (go-version->git-ref version))))
8440 (sha256 8438 (file-name (git-file-name name version))
8441 (base32 8439 (sha256
8442 "05c9vdcb5ym3z0n5ll3v39mw4yl9jcjnlydmn0yl89ai9pv71zb6")))) 8440 (base32 "1b0y7xz9y0cqxfphfznz2zhfk7mm2vvmldf088w2fm8c8spj4g28"))))
8443 (build-system go-build-system) 8441 (build-system go-build-system)
8444 (arguments 8442 (arguments
8445 '(#:import-path "github.com/umayr/badass")) 8443 '(#:import-path "github.com/umayr/badass"))
8444 (home-page "https://github.com/umayr/badass")
8446 (synopsis "Hacking contribution graphs in git") 8445 (synopsis "Hacking contribution graphs in git")
8447 (description 8446 (description
8448 "Badass generates false commits for a range of dates, essentially 8447 "Badass generates false commits for a range of dates, essentially
8449hacking the gamification of contribution graphs on platforms such as 8448hacking the gamification of contribution graphs on platforms such as
8450Github or Gitlab.") 8449Github or Gitlab.")
8451 (home-page "https://github.com/umayr/badass") 8450 (license license:expat)))
8452 (license license:expat))))
8453 8451
8454(define-public colobot 8452(define-public colobot
8455 (package 8453 (package