mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pylibmc: Update to 1.6.3.
* gnu/packages/databases.scm (python-pylibmc): Update to 1.6.3. [native-inputs]: Replace python-nose with python-pytest.
This commit is contained in:
parent
8c5b49cd26
commit
a35ca71484
1 changed files with 3 additions and 3 deletions
|
@ -577,13 +577,13 @@ the API, and provides features such as:
|
||||||
(define-public python-pylibmc
|
(define-public python-pylibmc
|
||||||
(package
|
(package
|
||||||
(name "python-pylibmc")
|
(name "python-pylibmc")
|
||||||
(version "1.6.1")
|
(version "1.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pylibmc" version))
|
(uri (pypi-uri "pylibmc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sg7d9j0v6g3xg3finf4l1hb72c13vcyyi6rqrc9shbx903d93ca"))))
|
(base32 "1q06696lxpqn155sydg3z6dksimks6n35q72zdjsvarpal8ldypf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -593,7 +593,7 @@ the API, and provides features such as:
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "memcached" "-d"))))))
|
(invoke "memcached" "-d"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list memcached python-nose))
|
(list memcached python-pytest))
|
||||||
(inputs
|
(inputs
|
||||||
(list libmemcached zlib cyrus-sasl))
|
(list libmemcached zlib cyrus-sasl))
|
||||||
(home-page "http://sendapatch.se/projects/pylibmc/")
|
(home-page "http://sendapatch.se/projects/pylibmc/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue