guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: libcloudproviders: Remove redundant version field.


From: guix-commits
Subject: 01/08: gnu: libcloudproviders: Remove redundant version field.
Date: Sun, 13 Aug 2023 22:55:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 65eea89235bdb070c695f2bb79c3be891e141630
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 6 02:00:00 2023 +0200

    gnu: libcloudproviders: Remove redundant version field.
    
    * gnu/packages/gnome.scm (libcloudproviders)[version]: Remove field.
---
 gnu/packages/gnome.scm | 1 -
 1 file changed, 1 deletion(-)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]