1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: go-github-com-emersion-go-milter: Update to 0.4.1.

* gnu/packages/golang.scm (go-github-com-emersion-go-milter): Update to 0.4.1.

Change-Id: Id46a35ccf3cbb390c59f03c27b031d645b9b031c
This commit is contained in:
Sharlatan Hellseher 2024-07-28 22:36:35 +01:00
parent af14e5a4f8
commit 14c1a4bec9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5748,7 +5748,7 @@ format.")
(define-public go-github-com-emersion-go-milter
(package
(name "go-github-com-emersion-go-milter")
(version "0.3.3")
(version "0.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5757,7 +5757,7 @@ format.")
(file-name (git-file-name name version))
(sha256
(base32
"10vpry5gjz2bh9qchcx4p59zm7cc6cb6bfkii2n6vsn4svb950sa"))))
"11qjwjz6ippsx9da81gylx46p1a96mk39j54ayw925m40skqhh3c"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/emersion/go-milter"))