1
Fork 0
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:
Sharlatan Hellseher 2025-02-10 08:41:21 +00:00
parent bb273fc1a0
commit 8f49a27b36
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 3 additions and 3 deletions

View file

@ -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)