mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +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:
parent
af14e5a4f8
commit
14c1a4bec9
1 changed files with 2 additions and 2 deletions
|
@ -5748,7 +5748,7 @@ format.")
|
||||||
(define-public go-github-com-emersion-go-milter
|
(define-public go-github-com-emersion-go-milter
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emersion-go-milter")
|
(name "go-github-com-emersion-go-milter")
|
||||||
(version "0.3.3")
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5757,7 +5757,7 @@ format.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10vpry5gjz2bh9qchcx4p59zm7cc6cb6bfkii2n6vsn4svb950sa"))))
|
"11qjwjz6ippsx9da81gylx46p1a96mk39j54ayw925m40skqhh3c"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/emersion/go-milter"))
|
(list #:import-path "github.com/emersion/go-milter"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue