mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: ruby-memory-profiler: Update to 1.0.1.
* gnu/packages/ruby.scm (ruby-memory-profiler): Update to 1.0.1.
This commit is contained in:
parent
b5cb477d9d
commit
9ff91468ee
1 changed files with 2 additions and 2 deletions
|
@ -9215,7 +9215,7 @@ during shutdown.")
|
||||||
(define-public ruby-memory-profiler
|
(define-public ruby-memory-profiler
|
||||||
(package
|
(package
|
||||||
(name "ruby-memory-profiler")
|
(name "ruby-memory-profiler")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9225,7 +9225,7 @@ during shutdown.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07yqv11q68xg2fqkrhs6ysngryk8b9zq6qzh24rgx9xqv6qfnj0w"))))
|
"1z1x0rymfv45gh1y3s46w5pga5y8cvgn228jiwlnhc8hin3zig84"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(synopsis "Memory profiling routines for Ruby")
|
(synopsis "Memory profiling routines for Ruby")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue