diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
commit | 65eea89235bdb070c695f2bb79c3be891e141630 (patch) | |
tree | 9f30a49fbc13ac9c133fbd64939f7f8de3006776 | |
parent | be6f5edd445850720dfcec2642db643b84fc0645 (diff) |
gnu: libcloudproviders: Remove redundant version field.
* gnu/packages/gnome.scm (libcloudproviders)[version]: Remove field.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ffb28f8f82..c3685b17d1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -384,7 +384,6 @@ services.") (define-public libcloudproviders (package/inherit libcloudproviders-minimal (name "libcloudproviders") - (version "0.3.1") (outputs (cons "doc" (package-outputs libcloudproviders-minimal))) (arguments (substitute-keyword-arguments (package-arguments libcloudproviders-minimal) |