emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#22693: closed (`guix refresh -u` updates other pac


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22693: closed (`guix refresh -u` updates other packages with same version)
Date: Wed, 13 Apr 2016 01:30:02 +0000

Your message dated Wed, 13 Apr 2016 09:29:11 +0800
with message-id <address@hidden>
and subject line close
has caused the debbugs.gnu.org bug report #22693,
regarding `guix refresh -u` updates other packages with same version
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22693: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22693
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: `guix refresh -u` updates other packages with same version Date: Tue, 16 Feb 2016 04:27:24 -0500 User-agent: Mutt/1.5.24 (2015-08-30)
I've noticed that `guix refresh -u` will update extraneous packages if
they happen to have the same version and be in the same module.

For example, from commit d694230ab, you can reproduce the bug:

$ ./pre-inst-env guix environment guix -- ./pre-inst-env guix refresh -u 
python-pytest
$ git diff
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3dd3862..ae14404 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -796,7 +796,7 @@ Python 3 support.")
 (define-public python-pycrypto
   (package
     (name "python-pycrypto")
-    (version "2.6.1")
+    (version "2.8.7")
     (source
      (origin
       (method url-fetch)
@@ -1565,7 +1565,7 @@ code introspection, and logging.")
 (define-public python-pytest
   (package
     (name "python-pytest")
-    (version "2.6.1")
+    (version "2.8.7")
     (source
      (origin
        (method url-fetch)
@@ -1574,7 +1574,7 @@ code introspection, and logging.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0g2w4p0n42wvz8rq4k6gnzpkakgz3g8sfanxk8jrsra9675snkcr"))
+         "1bwb06g64x2gky8x5hcrfpg6r351xwvafimnhm5qxq7wajz8ck7w"))
        (modules '((guix build utils)))
        (snippet
         ;; One of the tests involves the /usr directory, so it fails.



--- End Message ---
--- Begin Message --- Subject: close Date: Wed, 13 Apr 2016 09:29:11 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
fixed in commit 2b8e9d9ed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]