guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 82fc47855cc06b8794b03c8a01d5bad445c1b168 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jun 10 18:41:34 2025 +0100
gnu: Remove go-github-com-smarty-gunit. * gnu/packages/golang-check.scm (go-github-com-smarty-gunit): Delete variable. Change-Id: I82bd3d4981dfece102c3b5935936e9a26e64030c --- gnu/packages/golang-check.scm | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 284913473b..c0bd1d5a64 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -2064,36 +2064,6 @@ gunit @url{github.com/smarty/gunit,@code{gunit}} for use with the functions and even in applications.") (license license:expat))) -(define-public go-github-com-smarty-gunit - (package - (name "go-github-com-smarty-gunit") - (version "1.5.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/smarty/gunit") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "13bcb1aq8yshmi5inn7np5lyqhsyy5hksridi8bxbjq35xrknskr")))) - (build-system go-build-system) - (arguments - (list - #:import-path "github.com/smarty/gunit" - ;; Expected: [&{ BowlingGameScoringTests [0xc000080020 - ;; 0xc000080040 0xc000080060 0xc000080080 0xc0000800a0]}] - ;; Actual: [&{ BowlingGameScoringTests [0xc0000da920 - ;; 0xc0000da940 0xc0000da960 0xc0000da9a0 0xc0000da9c0]}] - #:test-flags - #~(list "-skip" "TestParseFileWithValidFixturesAndConstructs"))) - (home-page "https://github.com/smarty/gunit") - (synopsis "Golang xUnit-style test fixture test adapter") - (description - "Package gunit provides @code{testing} package hooks and convenience -functions for writing tests in an @code{xUnit} style.") - (license license:expat))) - (define-public go-github-com-viant-assertly (package (name "go-github-com-viant-assertly")