M gnu/packages/databases.scm => gnu/packages/databases.scm +2 -2
@@ 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)
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +1 -1
@@ 1064,7 1064,7 @@ regardless of whether they are bundled or not.")
(propagated-inputs (list python-appdirs
python-cryptography
python-decorator
- python-dogpile.cache
+ python-dogpile-cache
python-importlib-metadata
python-iso8601
python-jmespath