all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54013] [PATCH] gnu: darktable: update to 3.8.1
@ 2022-02-15 18:13 Alex Devaure
  2022-02-15 19:12 ` bug#54013: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Devaure @ 2022-02-15 18:13 UTC (permalink / raw)
  To: 54013

---
 gnu/packages/photo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 2aa7610b8c..2f561abc2f 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -457,7 +457,7 @@ (define-public lensfun
 (define-public darktable
   (package
     (name "darktable")
-    (version "3.8.0")
+    (version "3.8.1")
     (source
      (origin
        (method url-fetch)
@@ -465,7 +465,7 @@ (define-public darktable
              "https://github.com/darktable-org/darktable/releases/"
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "01gp9dg5wr2rg1k8cqs0l3s7ism8a4q8qypgwccd4jh7ip3wfr9f"))))
+        (base32 "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
-- 
2.34.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54013: [PATCH] gnu: darktable: update to 3.8.1
  2022-02-15 18:13 [bug#54013] [PATCH] gnu: darktable: update to 3.8.1 Alex Devaure
@ 2022-02-15 19:12 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-02-15 19:12 UTC (permalink / raw)
  To: Alex Devaure; +Cc: 54013-done

On Tue, Feb 15, 2022 at 06:13:37PM +0000, Alex Devaure wrote:
> ---
>  gnu/packages/photo.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
> index 2aa7610b8c..2f561abc2f 100644
> --- a/gnu/packages/photo.scm
> +++ b/gnu/packages/photo.scm
> @@ -457,7 +457,7 @@ (define-public lensfun
>  (define-public darktable
>    (package
>      (name "darktable")
> -    (version "3.8.0")
> +    (version "3.8.1")
>      (source
>       (origin
>         (method url-fetch)
> @@ -465,7 +465,7 @@ (define-public darktable
>               "https://github.com/darktable-org/darktable/releases/"
>               "download/release-" version "/darktable-" version ".tar.xz"))
>         (sha256
> -        (base32 "01gp9dg5wr2rg1k8cqs0l3s7ism8a4q8qypgwccd4jh7ip3wfr9f"))))
> +        (base32 "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1"))))

Thanks! Pushed as 82c7e4d3ac938daec8c961324889644345709824




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-15 19:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 18:13 [bug#54013] [PATCH] gnu: darktable: update to 3.8.1 Alex Devaure
2022-02-15 19:12 ` bug#54013: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.