gnu: psyclpc: Upgrade to 20160821-2.61cf9aa.
This makes the package reproducible. * gnu/packages/psyc.scm (psyclpc): Upgrade to 20160821-2.61cf9aa. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									c6c80104ab
								
							
						
					
					
						commit
						eaa45301f4
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2016 ng0 <ngillmann@runbox.com>
 | 
					;;; Copyright © 2016 ng0 <ng0@libertad.pw>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -155,8 +155,8 @@ including psyced.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; This commit removes the historic bundled pcre, not released as a tarball so far.
 | 
					;; This commit removes the historic bundled pcre, not released as a tarball so far.
 | 
				
			||||||
(define-public psyclpc
 | 
					(define-public psyclpc
 | 
				
			||||||
  (let* ((commit "8bd51f2a4847860ba8b82dc79348ab37d516011e")
 | 
					  (let* ((commit "61cf9aa81297085e5c40170fd01221c752f8deba")
 | 
				
			||||||
         (revision "1"))
 | 
					         (revision "2"))
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "psyclpc")
 | 
					    (name "psyclpc")
 | 
				
			||||||
    (version (string-append "20160821-" revision "." (string-take commit 7)))
 | 
					    (version (string-append "20160821-" revision "." (string-take commit 7)))
 | 
				
			||||||
| 
						 | 
					@ -168,7 +168,7 @@ including psyced.")
 | 
				
			||||||
              (file-name (string-append name "-" version "-checkout"))
 | 
					              (file-name (string-append name "-" version "-checkout"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "10w4kx9ygcv1lcmd7j4knvjiy8dac1y3hjfv3lhp67jpv6w3iagz"))))
 | 
					                "1viwqymbhn3cwvx0zl58rlzl5gw47zxn0ldg2nbi55ghm5zxl1z5"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ; There are no tests/checks.
 | 
					     `(#:tests? #f ; There are no tests/checks.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue