gnu: go-github-com-lib-pq: Update to 1.0.0.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.0.0.
This commit is contained in:
		
							parent
							
								
									ac51900dfd
								
							
						
					
					
						commit
						d73cbbda3e
					
				
					 1 changed files with 22 additions and 24 deletions
				
			
		| 
						 | 
					@ -338,20 +338,18 @@ address of the default LAN gateway.")
 | 
				
			||||||
      (license bsd-3))))
 | 
					      (license bsd-3))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public go-github-com-lib-pq
 | 
					(define-public go-github-com-lib-pq
 | 
				
			||||||
  (let ((commit "83612a56d3dd153a94a629cd64925371c9adad78")
 | 
					 | 
				
			||||||
        (revision "1"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "go-github-com-lib-pq")
 | 
					    (name "go-github-com-lib-pq")
 | 
				
			||||||
      (version (git-version "0.0.0" revision commit))
 | 
					    (version "1.0.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
                    (url "https://github.com/lib/pq")
 | 
					                    (url "https://github.com/lib/pq")
 | 
				
			||||||
                      (commit commit)))
 | 
					                    (commit (string-append "v" version))))
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                  "12334yigh284k5cdvb9pgxaq6n78205jcbp75ajz44vvfd4wi6qc"))))
 | 
					                "1zqnnyczaf00xi6xh53vq758v5bdlf0iz7kf22l02cal4i6px47i"))))
 | 
				
			||||||
    (build-system go-build-system)
 | 
					    (build-system go-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:import-path "github.com/lib/pq"
 | 
					     `(#:import-path "github.com/lib/pq"
 | 
				
			||||||
| 
						 | 
					@ -362,7 +360,7 @@ address of the default LAN gateway.")
 | 
				
			||||||
    (description "This packages provides a pure Go Postgres driver for Go's
 | 
					    (description "This packages provides a pure Go Postgres driver for Go's
 | 
				
			||||||
database/sql package.")
 | 
					database/sql package.")
 | 
				
			||||||
    (home-page "https://github.com/lib/pq")
 | 
					    (home-page "https://github.com/lib/pq")
 | 
				
			||||||
      (license expat))))
 | 
					    (license expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public go-github-com-oschwald-geoip2-golang
 | 
					(define-public go-github-com-oschwald-geoip2-golang
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue