From 9bec3ba4ca31598106a8670aaa7a4cff224eef21 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 1 May 2019 14:49:14 +0200 Subject: gnu: python-flexmock: Update to 0.10.4. * gnu/packages/check.scm (python-flexmock): Update to 0.10.4. --- gnu/packages/check.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 03a16c7e37..3fa65c5115 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2079,13 +2079,13 @@ time by mocking the datetime module.") (define-public python-flexmock (package (name "python-flexmock") - (version "0.10.3") + (version "0.10.4") (source (origin (method url-fetch) (uri (pypi-uri "flexmock" version)) (sha256 (base32 - "031c624pdqm7cc0xh4yz5k69gqxn2bbrjz13s17684q5shn0ik21")))) + "0b6qw3grhgx58kxlkj7mdma7xdvlj02zabvcf7w2qifnfjwwwcsh")))) (build-system python-build-system) (home-page "https://flexmock.readthedocs.org") (synopsis "Testing library for Python") -- cgit v1.2.3 From 7fef0800b357f296c621dea7e1b21a5d42f8559b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:50:57 -0700 Subject: gnu: go-github.com-smartystreets-assertions: Fix typo "convenient". * gnu/packages/check (go-github.com-smartystreets-assertions)[description]: Fix typo. --- gnu/packages/check.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 3fa65c5115..82391ac5e1 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -447,7 +447,7 @@ test) much simpler.") `(("go-github.com-smartystreets-gunit" ,go-github.com-smartystreets-gunit))) (synopsis "Assertions for testing with Go") (description - "The @code{assertions} package provides convinient assertion functions + "The @code{assertions} package provides convenient assertion functions for writing tests in Go.") (home-page "https://github.com/smartystreets/assertions") (license license:expat))) -- cgit v1.2.3