GNU bug report logs - #74053
[PATCH v1] gnu: docker-registry: Update to 2.8.3.

Previous Next

Package: guix-patches;

Reported by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>

Date: Sun, 27 Oct 2024 22:10:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Subject: bug#74053: closed ([PATCH v1] gnu: docker-registry: Update to 2.8.3.)
Date: Wed, 30 Oct 2024 20:17:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74053: [PATCH v1] gnu: docker-registry: Update to 2.8.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74053 <at> debbugs.gnu.org.

-- 
74053: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74053
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 74053-done <at> debbugs.gnu.org 
Subject: [PATCH v1] gnu: docker-registry: Update to 2.8.3.
Date: Wed, 30 Oct 2024 20:15:05 +0000
[Message part 3 (text/plain, inline)]
Pushed as 9f4d9fdafd30d67b667342da1580ac5d8189f412 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
To: guix-patches <at> gnu.org
Cc: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Subject: [PATCH v1] gnu: docker-registry: Update to 2.8.3.
Date: Sun, 27 Oct 2024 23:07:50 +0100
* gnu/packages/docker.scm (docker-registry): Update to 2.8.3.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Change-Id: I48c4a739de66f48f4a7e9ced742fa111c48eb892
---
 gnu/packages/docker.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 039cd524db..b49dc58bd0 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -730,7 +730,7 @@ (define-public tini
 (define-public docker-registry
   (package
     (name "docker-registry")
-    (version "2.8.1")
+    (version "2.8.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -739,7 +739,7 @@ (define-public docker-registry
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1w8zr97p2c62gm1lrdwqa704ivjsy25ylznrddbbpv63idwdbi9k"))))
+                "0dbaxmkhg53anhkzngyzlxm2bd4dwv0sv75zip1rkm0874wjbxzb"))))
     (build-system go-build-system)
     (arguments
      (list
-- 
2.46.0




This bug report was last modified 283 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.