guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: openexr: Update to 3.1.3.


From: guix-commits
Subject: 01/05: gnu: openexr: Update to 3.1.3.
Date: Wed, 22 Dec 2021 23:59:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 69fbc885cec392ac96dccf310d84e82033f23b5b
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Thu Dec 23 02:07:43 2021 +0000

    gnu: openexr: Update to 3.1.3.
    
    * gnu/packages/graphics.scm (openexr): Update to 3.1.3.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 3f83c72..3be37d7 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1007,7 +1007,7 @@ graphics.")
 (define-public openexr
   (package
     (name "openexr")
-    (version "3.1.2")
+    (version "3.1.3")
     (source
      (origin
        (method git-fetch)
@@ -1016,7 +1016,7 @@ graphics.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vyclrrikphwkkpyjg8kzh3qzflzk3d6xsidgqllgfdgllr9wmgv"))))
+        (base32 "0c9vla0kbsbbhkk42jlbf94nzfb1anqh7dy9b0b3nna1qr6v4bh6"))))
     (build-system cmake-build-system)
     (arguments
      '(#:phases



reply via email to

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