gnu: go-github-com-couchbase-gomemcached: Update to 0.3.2.

* gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): Update to 0.3.2.
[arguments] <test-flags>: Skip one tests.
<test-subdirs>: Limit to project root, some submodule requires BSL
licensed dependencies.
[propagated-inputs]: Add go-github-com-pkg-errors.

Change-Id: I661df8055f678f9f05add9785ab827ae11bd1b9e
This commit is contained in:
Sharlatan Hellseher 2025-01-22 21:44:14 +00:00
parent 944ce009eb
commit 789c1cf9fc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -716,7 +716,7 @@ replacement for the @code{python-memcached} library.")
(define-public go-github-com-couchbase-gomemcached (define-public go-github-com-couchbase-gomemcached
(package (package
(name "go-github-com-couchbase-gomemcached") (name "go-github-com-couchbase-gomemcached")
(version "0.1.4") (version "0.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -725,11 +725,17 @@ replacement for the @code{python-memcached} library.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "10w74gc05x5naspls39sv2r92krrg31mk266w3lyqqwc0s3fxysl")))) (base32 "132zjbr7d586gb1wqlnhg3vgyshq629z1wsskrpbmyypjfkq620c"))))
(build-system go-build-system) (build-system go-build-system)
(arguments '(#:import-path "github.com/couchbase/gomemcached")) (arguments
(list
#:import-path "github.com/couchbase/gomemcached"
#:test-flags #~(list "-skip" "TestEncodingResponse")
#:test-subdirs #~(list ".")))
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)) (list go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-pkg-errors))
(home-page "https://github.com/couchbase/gomemcached") (home-page "https://github.com/couchbase/gomemcached")
(synopsis "Memcached binary protocol toolkit for go") (synopsis "Memcached binary protocol toolkit for go")
(description (description