1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +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.") "This package implements the @acronym{LSP, Language Server Protocol} for SQL.")
(license license:expat))) (license license:expat)))
(define-public python-dogpile.cache (define-public python-dogpile-cache
(package (package
(name "python-dogpile.cache") (name "python-dogpile-cache")
(version "1.1.8") (version "1.1.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)

View file

@ -1064,7 +1064,7 @@ regardless of whether they are bundled or not.")
(propagated-inputs (list python-appdirs (propagated-inputs (list python-appdirs
python-cryptography python-cryptography
python-decorator python-decorator
python-dogpile.cache python-dogpile-cache
python-importlib-metadata python-importlib-metadata
python-iso8601 python-iso8601
python-jmespath python-jmespath