all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46128] [PATCH] gnu: dpkg: Update to 1.20.7.1.
@ 2021-01-27 12:16 Vincent Legoll
  2021-01-29  0:40 ` Leo Famulari
  2021-02-06 10:43 ` Vincent Legoll
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Legoll @ 2021-01-27 12:16 UTC (permalink / raw)
  To: 46128; +Cc: Vincent Legoll

* gnu/packages/debian.scm (dpkg): Update to 1.20.7.1.
---
 gnu/packages/debian.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index a82e6a07a8..de45e241d8 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -284,7 +284,7 @@ other apt sources typically provided by open source developers.")
 (define-public dpkg
   (package
     (name "dpkg")
-    (version "1.20.5")
+    (version "1.20.7.1")
     (source
       (origin
         (method git-fetch)
-- 
2.30.0





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

* [bug#46128] [PATCH] gnu: dpkg: Update to 1.20.7.1.
  2021-01-27 12:16 [bug#46128] [PATCH] gnu: dpkg: Update to 1.20.7.1 Vincent Legoll
@ 2021-01-29  0:40 ` Leo Famulari
  2021-02-06 10:43 ` Vincent Legoll
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2021-01-29  0:40 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 46128

On Wed, Jan 27, 2021 at 01:16:30PM +0100, Vincent Legoll wrote:
> * gnu/packages/debian.scm (dpkg): Update to 1.20.7.1.

I think you forgot to update the hash of the source code.




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

* [bug#46128] [PATCH] gnu: dpkg: Update to 1.20.7.1.
  2021-01-27 12:16 [bug#46128] [PATCH] gnu: dpkg: Update to 1.20.7.1 Vincent Legoll
  2021-01-29  0:40 ` Leo Famulari
@ 2021-02-06 10:43 ` Vincent Legoll
  2021-02-08  8:24   ` bug#46128: " Efraim Flashner
  1 sibling, 1 reply; 4+ messages in thread
From: Vincent Legoll @ 2021-02-06 10:43 UTC (permalink / raw)
  To: 46128; +Cc: Vincent Legoll

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

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index a82e6a07a8..221f23e42b 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -284,7 +284,7 @@ other apt sources typically provided by open source developers.")
 (define-public dpkg
   (package
     (name "dpkg")
-    (version "1.20.5")
+    (version "1.20.7.1")
     (source
       (origin
         (method git-fetch)
@@ -294,7 +294,7 @@ other apt sources typically provided by open source developers.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "190q968g1vdz07byvfvc2gladhpq3yl765mfiacglyix3nkisy0j"))))
+          "0d1cppigwhpv0z1ac94gjalkzs3n0gjyi383pkhz1h9d4fvmadk9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.30.0





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

* bug#46128: [PATCH] gnu: dpkg: Update to 1.20.7.1.
  2021-02-06 10:43 ` Vincent Legoll
@ 2021-02-08  8:24   ` Efraim Flashner
  0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2021-02-08  8:24 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 46128-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Thanks! Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-02-08 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 12:16 [bug#46128] [PATCH] gnu: dpkg: Update to 1.20.7.1 Vincent Legoll
2021-01-29  0:40 ` Leo Famulari
2021-02-06 10:43 ` Vincent Legoll
2021-02-08  8:24   ` bug#46128: " Efraim Flashner

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.