gnu: guile-ics: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.3.0. [phases]: Remove "strip" phase. [propagated-inputs]: Add "guile-smc". Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
		
							parent
							
								
									77e3042aef
								
							
						
					
					
						commit
						ae81cb6962
					
				
					 1 changed files with 16 additions and 14 deletions
				
			
		| 
						 | 
					@ -1733,28 +1733,30 @@ provides tight coupling to Guix.")
 | 
				
			||||||
(define-public guile-ics
 | 
					(define-public guile-ics
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "guile-ics")
 | 
					    (name "guile-ics")
 | 
				
			||||||
    (version "0.2.1")
 | 
					    (version "0.3.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
              (method git-fetch)
 | 
					     (origin
 | 
				
			||||||
              (uri (git-reference
 | 
					       (method git-fetch)
 | 
				
			||||||
                    (url "https://github.com/artyom-poptsov/guile-ics")
 | 
					       (uri (git-reference
 | 
				
			||||||
                    (commit (string-append "v" version))))
 | 
					             (url "https://github.com/artyom-poptsov/guile-ics")
 | 
				
			||||||
              (file-name (string-append name "-" version "-checkout"))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
              (sha256
 | 
					       (file-name (string-append name "-" version "-checkout"))
 | 
				
			||||||
               (base32
 | 
					       (sha256
 | 
				
			||||||
                "11wv6qk8xd4sd8s97mnw383p098ffivk0na4jii76r5wbmg1wd7q"))
 | 
					        (base32
 | 
				
			||||||
              (modules '((guix build utils)))))
 | 
					         "1526kdzcn0qvf5hpb4x5q01vb9mph9gfw24p81inqgjvy7a57lf9"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     (list #:phases #~(modify-phases %standard-phases
 | 
				
			||||||
 | 
					                        (delete 'strip))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list autoconf
 | 
					     (list autoconf
 | 
				
			||||||
           automake
 | 
					           automake
 | 
				
			||||||
           texinfo
 | 
					           texinfo
 | 
				
			||||||
           ;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
 | 
					           gettext-minimal ;Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
 | 
				
			||||||
           gettext-minimal
 | 
					 | 
				
			||||||
           help2man
 | 
					           help2man
 | 
				
			||||||
           pkg-config))
 | 
					           pkg-config))
 | 
				
			||||||
    (inputs (list guile-3.0 which))
 | 
					    (inputs (list guile-3.0 which))
 | 
				
			||||||
    (propagated-inputs (list guile-lib))
 | 
					    (propagated-inputs (list guile-lib guile-smc))
 | 
				
			||||||
    (home-page "https://github.com/artyom-poptsov/guile-ics")
 | 
					    (home-page "https://github.com/artyom-poptsov/guile-ics")
 | 
				
			||||||
    (synopsis "Guile parser library for the iCalendar format")
 | 
					    (synopsis "Guile parser library for the iCalendar format")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue