mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: python-dogpile.cache: Rename variable.
* gnu/packages/databases.scm: (python-dogpile.cache): Rename variable to python-dogpile-cache. * gnu/packages/openstack.scm (python-openstacksdk) [propagated-inputs]: Replace python-dogpile.cache with python-dogpile-cache. Change-Id: I015c9ec38c14f9899caba05e86ff3f1a03b5c4d5
This commit is contained in:
parent
bb273fc1a0
commit
8f49a27b36
2 changed files with 3 additions and 3 deletions
|
@ -5726,9 +5726,9 @@ compatible with SQLite using a graphical user interface.")
|
|||
"This package implements the @acronym{LSP, Language Server Protocol} for SQL.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-dogpile.cache
|
||||
(define-public python-dogpile-cache
|
||||
(package
|
||||
(name "python-dogpile.cache")
|
||||
(name "python-dogpile-cache")
|
||||
(version "1.1.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue