guix_mirror_bot pushed a commit to branch go-team in repository guix. commit bbaa98d61eb07affd6bf0e92fe38fa0a8fd50e30 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jun 10 18:38:24 2025 +0100
gnu: Remove go-golang-org-sql-mock. The successor package is go-github-com-data-dog-go-sqlmock. * gnu/packages/golang-check.scm (go-golang-org-sql-mock): Delete variable. Change-Id: I2e84f927682ba522e7240dbc897ac293d64e7135 --- 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 7865afce07..9ecc57222a 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -2588,36 +2588,6 @@ the end of a test.") built-in @code{testing} package, but can be used in other contexts too.") (license license:asl2.0))) -(define-public go-golang-org-sql-mock - (package - (name "go-golang-org-sql-mock") - (version "1.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/DATA-DOG/go-sqlmock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1vpvdx9hwmx9gm27aq5r5219xpaxz0gy4q1iqskk4saz05bspn0f")))) - (build-system go-build-system) - (arguments - (list - #:import-path "github.com/DATA-DOG/go-sqlmock" - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'remove-examples - (lambda* (#:key import-path #:allow-other-keys) - (delete-file-recursively - (string-append "src/" import-path "/examples"))))))) - (home-page "https://github.com/DATA-DOG/go-sqlmock") - (synopsis "Mock library implementing @code{sql/driver}") - (description - "This library simulates SQL-driver behavior in tests without requiring a -real database connection.") - (license license:expat))) - (define-public go-golang-org-x-lint (package (name "go-golang-org-x-lint")