gnu: guix-data-service: Update to 0.0.1-17.bf25a8d.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-17.bf25a8d.
This commit is contained in:
		
							parent
							
								
									b3e28b5ef5
								
							
						
					
					
						commit
						aa10ad7d46
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@
 | 
				
			||||||
;;; Copyright © 2017 Petter <petter@mykolab.ch>
 | 
					;;; Copyright © 2017 Petter <petter@mykolab.ch>
 | 
				
			||||||
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
 | 
					;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
 | 
				
			||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 | 
					;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 | 
				
			||||||
;;; Copyright © 2017, 2019 Christopher Baines <mail@cbaines.net>
 | 
					;;; Copyright © 2017, 2019, 2020 Christopher Baines <mail@cbaines.net>
 | 
				
			||||||
;;; Copyright © 2018, 2019 Julien Lepiller <julien@lepiller.eu>
 | 
					;;; Copyright © 2018, 2019 Julien Lepiller <julien@lepiller.eu>
 | 
				
			||||||
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
 | 
					;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
 | 
				
			||||||
;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
 | 
					;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
 | 
				
			||||||
| 
						 | 
					@ -4239,8 +4239,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
 | 
				
			||||||
  (package-with-python2 python-feedparser))
 | 
					  (package-with-python2 python-feedparser))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public guix-data-service
 | 
					(define-public guix-data-service
 | 
				
			||||||
  (let ((commit "c7e3a1bd0b0648561211f52bd9f674358da59223")
 | 
					  (let ((commit "bf25a8db0278b49ef2149c69ef5d6dd2201fd413")
 | 
				
			||||||
        (revision "16"))
 | 
					        (revision "17"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "guix-data-service")
 | 
					      (name "guix-data-service")
 | 
				
			||||||
      (version (string-append "0.0.1-" revision "." (string-take commit 7)))
 | 
					      (version (string-append "0.0.1-" revision "." (string-take commit 7)))
 | 
				
			||||||
| 
						 | 
					@ -4252,7 +4252,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
 | 
				
			||||||
                (file-name (git-file-name name version))
 | 
					                (file-name (git-file-name name version))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "08c6bpzmsh62ng4bx008xcgayrrxz815jbpb96n98didk2zyzfg0"))))
 | 
					                  "0s6faybczdn10zwrkn22nfq5lvf538513hbmjfaqlkhfmwc4s1qd"))))
 | 
				
			||||||
      (build-system gnu-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       '(#:modules ((guix build utils)
 | 
					       '(#:modules ((guix build utils)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue