~singpolyma/cheogram-smtp

7b8fb827ededec01d2a266c830a1177f3e8c265b — Stephen Paul Weber 4 days ago d6d1b5a
Update gsasl/gnutls/network-protocol-xmpp
2 files changed, 9 insertions(+), 12 deletions(-)

M cheogram-smtp.cabal
M guix.scm
M cheogram-smtp.cabal => cheogram-smtp.cabal +2 -2
@@ 27,8 27,8 @@ common defs
                       lens                  >=4.16 && <6.0,
                       mime-mail             >=0.4 && < 0.6,
                       mime-types            >=0.1 && < 0.2,
                       network               >= 2.6.3 && < 2.7,
                       network-protocol-xmpp >=0.4 && <0.5,
                       network               >= 3.0 && < 4.0,
                       network-protocol-xmpp >=0.5 && <0.6,
                       network-uri           >=2.6 && <2.7,
                       purebred-email        >=0.5 && <0.6,
                       random                >=1.2.0,

M guix.scm => guix.scm +7 -10
@@ 284,7 284,7 @@ endianness and architecture.")
(define-public ghc-gnutls
  (package
    (name "ghc-gnutls")
    (version "0.2")
    (version "0.3.1")
    (source
      (origin
        (method url-fetch)


@@ 293,11 293,9 @@ endianness and architecture.")
               version
               ".tar.gz"))
        (sha256
          (base32 "1c5pm0d80wpgh2bkcgbvmc72agf89h8ghfnrn1m1x3fljbgzvrn0"))))
          (base32 "0yjs39v0dzygfw00fzsjmcfgvv9vk44aqhkshn54ddnhvpdqx76p"))))
    (build-system haskell-build-system)
    (inputs
      `(("ghc-monads-tf" ,ghc-monads-tf)
        ("gnutls" ,gnutls)))
    (inputs (list ghc-c2hs gnutls ghc-unexceptionalio-trans))
    (native-inputs `(("pkg-config" ,pkg-config)))
    (home-page "https://john-millikin.com/software/haskell-gnutls/")
    (synopsis "Bindings for GNU libgnutls")


@@ 341,7 339,7 @@ both a library and a command-line tool to access the library.")
(define-public ghc-gsasl
  (package
    (name "ghc-gsasl")
    (version "0.3.7")
    (version "0.4.0")
    (source
      (origin
        (method url-fetch)


@@ 350,7 348,7 @@ both a library and a command-line tool to access the library.")
               version
               ".tar.gz"))
        (sha256
          (base32 "11i12r9s30jrq8hkgqagf2fd129r6ya607s9ibw549ablsxgr507"))))
          (base32 "1sjbnh2rk9nn4ygngnqsjgybn736vr2sz0ixlcavijwrv2mm1bfr"))))
    (build-system haskell-build-system)
    (arguments
      `(#:cabal-revision


@@ 523,7 521,7 @@ please see: <http://www.stackage.org/package/mime-mail>.")
(define-public ghc-network-protocol-xmpp
  (package
    (name "ghc-network-protocol-xmpp")
    (version "0.4.10")
    (version "0.5.1")
    (source
      (origin
        (method url-fetch)


@@ 532,7 530,7 @@ please see: <http://www.stackage.org/package/mime-mail>.")
               version
               ".tar.gz"))
        (sha256
          (base32 "03xlw8337lzwp7f5jvbvgirf546pfmfsfjvnik08qjjy1rfn5jji"))))
          (base32 "1fd8rq235lbpkdlashsqk01ymxbbh6q1hng706h5lw0v49wpvd7i"))))
    (build-system haskell-build-system)
    (inputs
      (list


@@ 540,7 538,6 @@ please see: <http://www.stackage.org/package/mime-mail>.")
        ghc-gnutls
        ghc-gsasl
        ghc-libxml-sax
        ghc-monads-tf
        ghc-network
        ghc-network-simple
        ghc-xml-types))