~ruther/guix-local

8f49a27b3625b05200e807f121b72d357772519a — Sharlatan Hellseher 1 year, 2 months ago bb273fc
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
2 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/openstack.scm
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