guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: fabric: Update to 1.14.1.


From: guix-commits
Subject: 06/08: gnu: fabric: Update to 1.14.1.
Date: Sat, 29 Feb 2020 06:35:05 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit b8eeaaa263b1edce4cb26af6893f8a0b30c74324
Author: Björn Höfling <address@hidden>
AuthorDate: Fri Feb 28 22:44:08 2020 +0100

    gnu: fabric: Update to 1.14.1.
    
    * gnu/packages/admin.scm (fabric): Update to 1.14.1.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4e3c1ad..59b414b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2878,14 +2878,14 @@ Intel DRM Driver.")
 (define-public fabric
   (package
     (name "fabric")
-    (version "1.14.0")
+    (version "1.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Fabric" version))
        (sha256
         (base32
-         "13r0b0hllgf8j9rh6x1knmbgvingbdmx046aazv6vck2ll120mw1"))))
+         "1a3ndlpdw6bhn8fcw1jgznl117a8pnr84az9rb5fwnrypf1ph2b6"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2               ; Python 2 only



reply via email to

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