From 8f49a27b3625b05200e807f121b72d357772519a Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 10 Feb 2025 08:41:21 +0000 Subject: [PATCH] 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 --- gnu/packages/databases.scm | 4 ++-- gnu/packages/openstack.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 95a9c1fa6cd0022985c53f831a782f89d578e9f3..b91c13a1fdf40793ccb923d23a53f43b0d43f2e5 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -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) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 02844eb25059bb66db05c277c8b34d5277b4fb21..ff52e5fa00c2a7e0b0d80096077b8af13e0d5ca4 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -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