emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45365: closed ([PATCH] gnu: cmake: Update to 3.19.2.)


From: GNU bug Tracking System
Subject: bug#45365: closed ([PATCH] gnu: cmake: Update to 3.19.2.)
Date: Sat, 26 Dec 2020 13:33:02 +0000

Your message dated Sat, 26 Dec 2020 21:32:30 +0800
with message-id 
<TYAP286MB0185B5FF454CD0DCF78C5F4EA3DB0@TYAP286MB0185.JPNP286.PROD.OUTLOOK.COM>
and subject line Re: [bug#45365] [PATCH] gnu: cmake: Update to 3.19.2.
has caused the debbugs.gnu.org bug report #45365,
regarding [PATCH] gnu: cmake: Update to 3.19.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45365: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45365
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cmake: Update to 3.19.2. Date: Tue, 22 Dec 2020 06:23:00 -0500
From 024d293feb18ff7ec0809bdbaee8ade5282937c8 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Sun, 20 Dec 2020 14:21:25 +0000
Subject: [PATCH] gnu: cmake: Update to 3.19.2.

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

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 2f8d50451e..56b32792fe 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -297,7 +297,7 @@ and workspaces that can be used in the compiler environment of your choice.")
   (package
     (inherit cmake-minimal)
     (name "cmake")
-    (version "3.19.1")
+    (version "3.19.2")
     ;; TODO: Move the following source field to the cmake-bootstrap package in
     ;; the next rebuild cycle.
     (source (origin
@@ -307,7 +307,7 @@ and workspaces that can be used in the compiler environment of your choice.")
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "1fisi9rlijw9wd0yjzk1c6j7ljnb2yiq5iqnrz6m1xkflyinw9hx"))
+                "1w67w0ak6vf37501dlz9yhnzlvvpw1w10n2nm3hi7yxp4cxzvq73"))
               (snippet
                (match (origin-snippet (package-source cmake-bootstrap))
                  ((_ _ exp ...)
-- 
2.29.2

Attachment: 0001-gnu-cmake-Update-to-3.19.2.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#45365] [PATCH] gnu: cmake: Update to 3.19.2. Date: Sat, 26 Dec 2020 21:32:30 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Greg Hogan <code@greghogan.com> writes:

> Subject: [PATCH] gnu: cmake: Update to 3.19.2.
Pushed, thank you!


--- End Message ---

reply via email to

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