guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: libinstpatch: Update to 1.1.6.


From: guix-commits
Subject: 02/07: gnu: libinstpatch: Update to 1.1.6.
Date: Thu, 25 Mar 2021 16:30:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 846a6aadd6b7ec80115dfc0d23990ce3108e4d3b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 25 21:03:55 2021 +0100

    gnu: libinstpatch: Update to 1.1.6.
    
    * gnu/packages/audio.scm (libinstpatch): Update to 1.1.6.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f134620..29ef026 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4922,7 +4922,7 @@ minimum.")
 (define-public libinstpatch
   (package
     (name "libinstpatch")
-    (version "1.1.5")
+    (version "1.1.6")
     (source
      (origin
        (method git-fetch)
@@ -4931,7 +4931,7 @@ minimum.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0psx4hc5yksfd3k2xqsc7c8lbz2d4yybikyddyd9hlkhq979cmjb"))))
+        (base32 "1w3nk0vvd1cxic70n45zjip0bdsrja969myvyvkhq3ngbarbykir"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ;there are no tests



reply via email to

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