guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: sedsed: Update to 1.1.


From: guix-commits
Subject: 03/05: gnu: sedsed: Update to 1.1.
Date: Wed, 10 Jul 2019 11:39:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bde9912506b25ba4f18523cd09d0112980071829
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 10 15:01:07 2019 +0200

    gnu: sedsed: Update to 1.1.
    
    * gnu/packages/admin.scm (sedsed): Update to 1.1.
    [arguments]: Use (default) Python (3).
---
 gnu/packages/admin.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3a7014c..9f588ff 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2462,7 +2462,7 @@ in order to be able to find it.
 (define-public sedsed
   (package
     (name "sedsed")
-    (version "1.0")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -2471,11 +2471,10 @@ in order to be able to find it.
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0009lsjsxhqmgaklpwq15hhd94hpiy7r4va69yy0ig3mxi6zbg2z"))))
+        (base32 "05cl35mwljdb9ynbbsfa8zx6ig8r0xncbg2cir9vwn5manndjj18"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-       #:python ,python-2
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-sed-in



reply via email to

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