summary refs log tree commit diff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-10-16 15:30:22 -0400
committerLeo Famulari <leo@famulari.name>2020-02-13 19:44:26 -0500
commit17436233f6d81dd9743fdb8c2f0adafa7821a0d7 (patch)
treed300cf13ebe4ebe0dbe9cf347a1f333edc6fce33 /gnu/packages/syncthing.scm
parent720420e38ec6fcde4f374a47abdbd27b58ebf225 (diff)
downloadguix-17436233f6d81dd9743fdb8c2f0adafa7821a0d7.tar.gz
gnu: go-gopkg.in-asn1-ber.v1: Update to 1.3.
* gnu/packages/syncthing.scm (go-gopkg.in-asn1-ber.v1): Update to 1.3.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index aaf57878f8..dac7a206e5 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -956,7 +956,7 @@ server tools for Prometheus metrics.")
 (define-public go-gopkg.in-asn1-ber.v1
   (package
     (name "go-gopkg.in-asn1-ber.v1")
-    (version "1.2")
+    (version "1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -965,7 +965,7 @@ server tools for Prometheus metrics.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y8bvzbxpw0lfnn7pbcdwzqj4l90qj6xf88dvv9pxd9yl5g6cskx"))))
+                "00ixms8x3lrhywbvq5v2sagcqsxa1pcnlk17dp5lnwckv3xg4psb"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "gopkg.in/asn1-ber.v1"