[PATCH] gnu: adms: Update to 2.3.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal
M
M
Morgan.J.Smith wrote on 15 Sep 2020 20:07
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
DM5PR1001MB2105F166BDA80E364D3C86BCC5200@DM5PR1001MB2105.namprd10.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/engineering.scm (adms): Update to 2.3.7.
---
gnu/packages/engineering.scm | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)

Toggle diff (43 lines)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index bd89cef70c..eac015e911 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1328,21 +1328,26 @@ developed at MIT to model electromagnetic systems.")
(define-public adms
(package
(name "adms")
- (version "2.3.6")
+ (version "2.3.7")
(source (origin
- (method url-fetch)
- (uri
- (string-append
- "mirror://sourceforge/mot-adms/adms-source/"
- (version-major+minor version) "/adms-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Qucs/ADMS")
+ (commit (string-append "release-" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1rn98l6jxcjhi6ai5f7p588khra9z80m0m0lql4n4sb7773fh1vk"))))
+ "0i37c9k6q1iglmzp9736rrgsnx7sw8xn3djqbbjw29zsyl3pf62c"))))
(build-system gnu-build-system)
(native-inputs
- `(("flex" ,flex)
- ("bison" ,bison)))
- (home-page "https://sourceforge.net/projects/mot-adms")
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("bison" ,bison)
+ ("flex" ,flex)
+ ("libtool" ,libtool)
+ ("perl" ,perl)
+ ("perl-xml-libxml" ,perl-xml-libxml)))
+ (home-page "https://github.com/Qucs/ADMS")
(synopsis "Automatic device model synthesizer")
(description
"ADMS is a code generator that converts electrical compact device models
--
2.28.0
M
M
Mathieu Othacehe wrote on 18 Sep 2020 09:49
(address . Morgan.J.Smith@outlook.com)(address . 43430-done@debbugs.gnu.org)
87ft7f1q3r.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> * gnu/packages/engineering.scm (adms): Update to 2.3.7.

I added your copyright, edited the commit message to reflect all the
changes that were made and pushed.

Thanks,

Mathieu
Closed
?